From 9690c66ebb0e0f9322e96db318b0dbd9aeeace2f Mon Sep 17 00:00:00 2001 From: chenlu <1320612696@qq.com> Date: 星期四, 16 五月 2024 13:59:41 +0800 Subject: [PATCH] 修改删除失败后前端返回信息,修改流程卡打印界面面积精准度 --- north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue index 6649485..7b03e20 100644 --- a/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue +++ b/north-glass-erp/northglass-erp/src/views/pp/processCard/PrintFlowCard.vue @@ -191,7 +191,6 @@ if ($grid) { switch (code) { case 'print': { - console.log( selectRecords) if(selectRecords===null ||selectRecords===''||selectRecords.length===0){ ElMessage.warning(t('searchOrder.msgList.checkOrder')) return -- Gitblit v1.8.0