From 9ef1be6023b1d705b0b86a55a60a865c0a5f1b97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E5=AE=87?= <2433098676@qq.com> Date: Fri, 11 Aug 2023 09:24:55 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E5=8D=95=E9=A9=B3=E5=9B=9E?= =?UTF-8?q?=E5=90=8E=E6=8F=90=E7=A4=BA=E6=A1=86=E6=9C=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/InvCountOrderAudit.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/inventory/InvCountOrderAudit.vue b/src/views/inventory/InvCountOrderAudit.vue index 3aa436a7..41de2169 100644 --- a/src/views/inventory/InvCountOrderAudit.vue +++ b/src/views/inventory/InvCountOrderAudit.vue @@ -327,7 +327,6 @@ export default { params.status = 0; //驳回到上一个状态 updateCountOrderStatus(params).then((res) => { if (res.code === 20000) { - this.$message.success("审核通过"); this.$message.warning("已驳回"); this.getList(); this.onRestDetail();