소스 검색

no message

linwenxin 7 달 전
부모
커밋
2edc86bf19
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/setting/departmentManage/index.vue

+ 2 - 2
src/views/setting/departmentManage/index.vue

@@ -870,8 +870,8 @@ export default {
     // 取消 新增编辑 网点表单
     cancelMainForm() {
       this.mainFormVisible = false
-      this.$refs?.mainForm?.clearValidate()
-      this.$refs?.mainForm?.resetFields()
+      // this.$refs?.mainForm?.clearValidate()
+      // this.$refs?.mainForm?.resetFields()
       this.$data.mainForm = this.$options.data().mainForm
     },