Browse Source

Merge branch 'V0.0.2' of http://10.87.10.227:4000/jzyd_yyds/soc_web into V0.0.2

jiawuxian 2 năm trước cách đây
mục cha
commit
b48a02abe3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/system/dept/index.vue

+ 2 - 2
src/views/system/dept/index.vue

@@ -723,14 +723,14 @@ export default {
     /** 提交按钮 */
     changeSubmitForm() {
       this.addIndex = 2;
-      debugger;
       this.$refs["form"].validate((valid) => {
         if (valid) {
+          console.log(this.queryParams,'queryParams')
           updateDept(this.form).then((response) => {
             this.$modal.msgSuccess("处理成功");
             this.open = false;
             this.getList();
-            this.getDeptTree();
+            // this.getDeptTree();
           });
         }
       });