linwenxin 6 ماه پیش
والد
کامیت
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
     },