From 9b1e9cc8a9323263b159e44b3030cce3fd7769f4 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Thu, 7 May 2026 15:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/components/popup-linshiCai.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/tool/Instead/components/popup-linshiCai.vue b/src/views/tool/Instead/components/popup-linshiCai.vue index 4fc11d0..c3b3610 100644 --- a/src/views/tool/Instead/components/popup-linshiCai.vue +++ b/src/views/tool/Instead/components/popup-linshiCai.vue @@ -74,11 +74,8 @@ export default { this.$refs.form.validate((valid) => { if (valid) { console.log(valid); - // if (this.form.discount_sale_amount * 1 <= 0 || this.form.discount_sale_amount * 1 <= 0) { - // return ElMessage.error("价格和数量必须大于0"); - // } if (this.form.discount_sale_amount * 1 <= 0 || this.form.discount_sale_amount * 1 <= 0) { - // return ElMessage.error("价格和数量必须大于0"); + return ElMessage.error("价格和数量必须大于0"); } this.submit(); } else {