From b42de9c907a6ebe639bcb3e069aad2cfebf329ff Mon Sep 17 00:00:00 2001 From: 1178634255 <1178634255@qq.com> Date: Mon, 17 Jul 2023 09:53:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9B=E5=BA=94=E5=95=86=E5=99=A8=E6=A2=B0?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=EF=BC=9A=E9=94=81=E5=AE=9A=E3=80=81=E9=80=80?= =?UTF-8?q?=E5=9B=9E=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/udiInfoManageSp.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/product/udiInfoManageSp.vue b/src/views/basic/product/udiInfoManageSp.vue index ff53de71..8099d4de 100644 --- a/src/views/basic/product/udiInfoManageSp.vue +++ b/src/views/basic/product/udiInfoManageSp.vue @@ -523,7 +523,7 @@ export default { postQuery.ids.push(row.rlId); }); if(postQuery.ids.length<=0){ - this.$message.error("请先选择供应商!"); + this.$message.error("请先选择产品!"); return } lockStatus(postQuery)