浏览代码

审核任务清空校验

zhuliu 2 年之前
父节点
当前提交
af53982893
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      RMS-FrontEnd/src/views/report/components/CreateReport.vue

+ 1 - 1
RMS-FrontEnd/src/views/report/components/CreateReport.vue

@@ -348,7 +348,7 @@ export default {
     },
     handleCloseTask(){
       this.matterType = null
-      // this.$refs.TaskForm.clear()
+      this.$refs.TaskForm.resetFields()
       this.task = {}
       this.showTask = false
       this.isEndTime=true