|
@@ -18,7 +18,7 @@
|
|
|
</el-form-item>
|
|
|
|
|
|
<el-form-item label="协作单位" prop="dept">
|
|
|
- <!-- <el-select
|
|
|
+ <!-- <el-select
|
|
|
v-model="deptId"
|
|
|
multiple
|
|
|
placeholder="请选择协作单位"
|
|
@@ -213,7 +213,8 @@ export default {
|
|
|
// }
|
|
|
// }
|
|
|
//俊豪像甲方一样,老是让我改传参
|
|
|
- this.form.cooperativeUnitId = this.deptId;
|
|
|
+ //↑好家伙你还改错了,是seleValue不是deptId
|
|
|
+ this.form.cooperativeUnitId = this.seleValue;
|
|
|
this.form.deptNum = this.form.cooperativeUnitId.length;
|
|
|
addJOINTCONFERENCE(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("发布成功");
|