From b2a49482035e7d90d3afe523392a8ef973abf5de Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Wed, 15 Nov 2023 18:21:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/chat/customer_list/index.vue | 4 +--- pages/product/addGoods/price.vue | 3 ++- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pages/chat/customer_list/index.vue b/pages/chat/customer_list/index.vue index e9c361c..d455a79 100644 --- a/pages/chat/customer_list/index.vue +++ b/pages/chat/customer_list/index.vue @@ -90,9 +90,7 @@ }, computed: mapGetters(['isLogin','viewColor']), onLoad(optios) { - this.type = optios.type; - - + this.type = optios.type||1; this.getindex() }, onShow(option) { diff --git a/pages/product/addGoods/price.vue b/pages/product/addGoods/price.vue index e3839af..db5053b 100644 --- a/pages/product/addGoods/price.vue +++ b/pages/product/addGoods/price.vue @@ -29,7 +29,8 @@ price: '', // 售价 cost: '', // 成本价 stock: '', // 库存 - ot_price: '', // 批发价 + ot_price: '', // 市场价 + procure_price: '', // 批发价 bar_code: '', // 商品条码 weight: '', // 重量 volume: '', // 体积