瀏覽代碼

系统设置-数据结构-数据项-弹框关闭后清空

zhongxiaoyu 2 年之前
父節點
當前提交
2e0f84ce72
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5 1
      src/views/systemSettings/views/datastructure/datastructureChild.vue

+ 5 - 1
src/views/systemSettings/views/datastructure/datastructureChild.vue

@@ -197,7 +197,7 @@
           <el-button size="medium" @click="handleOk" class="r24" type="primary"
             >确定</el-button
           >
-          <el-button @click="flag = false" size="medium">取消</el-button>
+          <el-button @click="handleCancel" size="medium">取消</el-button>
         </div>
       </div>
     </Dialog>
@@ -292,6 +292,10 @@ export default {
     handleOk () {
       this.submitClickHandler();
     },
+    handleCancel() {
+      this.flag = false;
+      this.tableForm = {};
+    },
     // 新增/编辑-确认
     submitClickHandler () {
       this.loading = true;