Browse Source

no message

linwenxin 7 tháng trước cách đây
mục cha
commit
2edc86bf19
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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
     },