Browse Source

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

Shawn 1 năm trước cách đây
mục cha
commit
a04f74e329
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      ruoyi-ui/src/views/organization/jggl/jcxx/index.vue

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

@@ -1637,6 +1637,7 @@ export default {
               this.form2.jgid=this.form.id;
               addJgjs(this.form2);
               getJgjs(this.form.id).then(response => {
+                alert("222");
                 if(response.data!=null) {
                   this.form2 = response.data;
                 }