Преглед на файлове

fix: change textbookSubscription

DESKTOP-USV654P\pc преди 1 седмица
родител
ревизия
fbc79366fc
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      src/views/educational/textbookSubscription/components/textBookPop.vue

+ 7 - 0
src/views/educational/textbookSubscription/components/textBookPop.vue

@@ -107,6 +107,13 @@
         confirmLoading: true,
       });
       const postData = getDataSource().filter((item) => item.inNum);
+      if (postData.length === 0) {
+        createMessage.warning('请输入教材数量');
+        setModalProps({
+          confirmLoading: false,
+        });
+        return;
+      }
       await postTextbookSubscriptionInstockroom(postData, 'none');
       createMessage.success('操作成功');
       closeModal();