Forráskód Böngészése

Merge branch '机构介绍新增问题' of sckj/mz-cloud into master

Shawn 1 éve
szülő
commit
020ee4ef87
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      ruoyi-ui/src/views/organization/jggl/jcxx/index.vue

+ 2 - 2
ruoyi-ui/src/views/organization/jggl/jcxx/index.vue

@@ -1631,14 +1631,14 @@ export default {
             }
 	          console.log(pamar, 'pamar')
 
-            if(this.form2.jgid!=null){
+            if(this.form2.id!=null){
               updateJgjs(this.form2);
             }else{
               this.form2.jgid=this.form.id;
               addJgjs(this.form2);
               getJgjs(this.form.id).then(response => {
                 if(response.data!=null) {
-                  this.form2 = response.data
+                  this.form2 = response.data;
                 }
               })
             }