浏览代码

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();