소스 검색

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