|
@@ -150,7 +150,14 @@ class newEditProject extends Component {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- let newCheckType = this.getCheckTypeList([dataInfor]);
|
|
|
+
|
|
|
+ let newCheckType = [];
|
|
|
+ if ([2, 3].indexOf(dataInfor.projectType)) {
|
|
|
+ // 单边会员和简单会员
|
|
|
+ newCheckType = [1];
|
|
|
+ } else {
|
|
|
+ newCheckType = this.getCheckTypeList([dataInfor]);
|
|
|
+ }
|
|
|
// if (dataInfor.projectType == 1) {
|
|
|
// if (dataInfor.htMember == 1) {
|
|
|
// newCheckType.push(1)
|
|
@@ -660,6 +667,7 @@ class newEditProject extends Component {
|
|
|
const { RangePicker } = DatePicker;
|
|
|
const { readOnly } = this.props;
|
|
|
const { isVip, histYear, isMedit } = this.state
|
|
|
+
|
|
|
return (
|
|
|
<Modal
|
|
|
maskClosable={false}
|