Browse Source

fix: change textbookSubscription

DESKTOP-USV654P\pc 1 week ago
parent
commit
1138019805
2 changed files with 3 additions and 1 deletions
  1. 1 1
      Makefile
  2. 2 0
      src/views/educational/textbookSubscription/components/edit.vue

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change classExamine"
+	git commit --no-verify -m "fix: change textbookSubscription"
 
 checkPre:
 	git checkout pre

+ 2 - 0
src/views/educational/textbookSubscription/components/edit.vue

@@ -147,7 +147,9 @@
       thisStep.value = 1;
     } else {
       thisStep.value = 0;
+      state.sourceData = [];
     }
+    state.isSearch = false;
 
     setProps({ disabled: unref(isUpdate) });