瀏覽代碼

关闭弹窗重置表单状态

yujinwen 3 周之前
父節點
當前提交
60c09d7db0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/semantics_manage/document/documentEditPage.vue

+ 1 - 0
src/views/semantics_manage/document/documentEditPage.vue

@@ -138,6 +138,7 @@ export default {
     closeClassifyForm(){
       this.isShowAddClassify=false
       this.classifyForm.classify_name=''
+      this.$refs.formRef.resetFields()
     },
     handleAddClassify(){
       this.$refs.formRef.validate(async (valid) => {