|
@@ -149,7 +149,7 @@ class PublicContent extends Component {
|
|
|
assistAidName: this.state.coorderList.length === 0 ? "" : getNameList(this.state.coorderList, this.state.cList).join(","),
|
|
|
};
|
|
|
if (this.props.enterpriseInfor.type == 0 && this.props.uaiIdList.length) {
|
|
|
- datas.uaiId = this.props.uaiIdList.join(',');
|
|
|
+ datas.uais = this.props.uaiIdList.join(',');
|
|
|
} else if (this.props.enterpriseInfor.type == 2) {
|
|
|
datas = datas;
|
|
|
datas = { ...datas, remarks: this.state.reason };
|