소스 검색

Merge branch 'iteration_0802' into test

lex-xin 3 년 전
부모
커밋
8cd371b9e3
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/HumanResources/form.vue
  2. 1 0
      src/views/HumanResources/index.vue

+ 2 - 2
src/views/HumanResources/form.vue

@@ -651,7 +651,7 @@ export default {
               if (res.code === 200) {
                 $message.success('修改成功')
                 this.close('ruleForm')
-                this.getList()
+                // this.getList()
               }
             })
           } else {
@@ -660,7 +660,7 @@ export default {
               if (res.code === 200) {
                 $message.success('创建成功')
                 this.close('ruleForm')
-                this.getList()
+                // this.getList()
               }
             })
           }

+ 1 - 0
src/views/HumanResources/index.vue

@@ -771,6 +771,7 @@ export default {
         content: null, // 内容
         catalogId: [], // 分类编号
       };
+      this.getList()
       // this.$refs.cascader.handleClear()
       // this.$refs[formName].resetFields();
     },