Explorar el Código

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

xieyong hace 1 semana
padre
commit
59d65a5b58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 = {