Browse Source

修改传参

yangjunhao 1 year ago
parent
commit
76a19fd25a
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/views/JOINTCONFERENCE/add.vue

+ 5 - 5
src/views/JOINTCONFERENCE/add.vue

@@ -105,8 +105,8 @@ export default {
       this.$refs["form"].validate((valid) => {
         if (valid) {
           if (this.form.id != null) {
-            this.form.deptIds = this.deptId
-            this.form.deptNum = this.form.deptIds.length
+            this.form.cooperativeUnitId = this.deptId
+            this.form.deptNum = this.form.cooperativeUnitId.length
             updateJOINTCONFERENCE(this.form).then((response) => {
               this.$modal.msgSuccess("修改成功");
               this.$layer.close(this.layerid);
@@ -126,8 +126,8 @@ export default {
             //   }
             // }
             //俊豪像甲方一样,老是让我改传参
-            this.form.deptIds = this.deptId
-            this.form.deptNum = this.form.deptIds.length
+            this.form.cooperativeUnitId = this.deptId
+            this.form.deptNum = this.form.cooperativeUnitId.length
             addJOINTCONFERENCE(this.form).then((response) => {
               this.$modal.msgSuccess("发布成功");
               this.$layer.close(this.layerid);
@@ -142,4 +142,4 @@ export default {
 </script>
 
 <style>
-</style>
+</style>