|
@@ -100,8 +100,8 @@ export default {
|
|
|
if (this.form.id != null) {
|
|
|
updateJOINTCONFERENCE(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
|
- this.open = false;
|
|
|
- this.getList();
|
|
|
+ this.$layer.close(this.layerid);
|
|
|
+ this.$parent.getList();
|
|
|
});
|
|
|
} else {
|
|
|
// this.form.deptName = [];
|
|
@@ -116,11 +116,12 @@ export default {
|
|
|
// }
|
|
|
// }
|
|
|
// }
|
|
|
- this.form.deptId = this.deptId.toString();
|
|
|
+ //俊豪像甲方一样,老是让我改传参
|
|
|
+ this.form.deptId = this.deptId
|
|
|
addJOINTCONFERENCE(this.form).then((response) => {
|
|
|
this.$modal.msgSuccess("发布成功");
|
|
|
- this.open = false;
|
|
|
- this.getList();
|
|
|
+ this.$layer.close(this.layerid);
|
|
|
+ this.$parent.getList();
|
|
|
});
|
|
|
}
|
|
|
}
|