From 16e836e670f950697395909097ebd31774e43b81 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Mon, 6 Mar 2023 16:42:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/basic/product/productEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/basic/product/productEdit.vue b/src/views/basic/product/productEdit.vue index cee08c7b..e9b79919 100644 --- a/src/views/basic/product/productEdit.vue +++ b/src/views/basic/product/productEdit.vue @@ -284,7 +284,7 @@ export default { useMutiChange(val) { if (val) { this.useNumEnable = false; - this.editQuery.useNum = this.editQuery.zxxsbzbhsydysl; + // this.editQuery.useNum = this.editQuery.zxxsbzbhsydysl; if (!isBlank(this.editQuery.zxxsbzbhsydysl)) { if (this.editQuery.zxxsbzbhsydysl > 0) { this.isUseDyCheck = true;