Procházet zdrojové kódy

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

xieyong před 1 týdnem
rodič
revize
59d65a5b58

+ 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 = {