Browse Source

完善履职内容库定义

jiawuxian 2 years ago
parent
commit
b104d2c427
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/resumption/rule/dialog.edit.vue

+ 1 - 0
src/views/resumption/rule/dialog.edit.vue

@@ -151,6 +151,7 @@ export default {
     // 事件
     onHide() {
       this.isShow = false;
+      this.$refs.form.resetFields();
     },
     onSubmit() {
       this.$refs.form.validate(async (isValidate) => {