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