刘洋 8 tháng trước cách đây
mục cha
commit
b2642c437e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/render/views/AbsentCheck/index.vue

+ 3 - 0
src/render/views/AbsentCheck/index.vue

@@ -122,6 +122,9 @@ async function onChangeListPage(index: number) {
 }
 async function onSearch(datas: AbsentCheckListFilter) {
   searchModel = { ...datas };
+  if (!searchModel.subjectCode) {
+    return;
+  }
   pageNumber.value = 1;
   await getList();
   selectPage(0);