浏览代码

feat: 重置问题搜索字段以清空搜索条件

xieyong 1 周之前
父节点
当前提交
59d65a5b58
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/safetyExam/questionBank/maintenance.vue

+ 1 - 0
src/views/safetyExam/questionBank/maintenance.vue

@@ -196,6 +196,7 @@
       async open(row, type = 'add') {
         this.visible = true;
         this.dialogType = type;
+        this.questionSearch = '';
         const questionBankId = row && (row.id || row.questionBankId);
         if (questionBankId) {
           this.bankForm = {