Quellcode durchsuchen

审核任务清空校验

zhuliu vor 2 Jahren
Ursprung
Commit
af53982893
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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(){
     handleCloseTask(){
       this.matterType = null
       this.matterType = null
-      // this.$refs.TaskForm.clear()
+      this.$refs.TaskForm.resetFields()
       this.task = {}
       this.task = {}
       this.showTask = false
       this.showTask = false
       this.isEndTime=true
       this.isEndTime=true