From 358be00a08d16ed5f796564848b614a9a442a9cc Mon Sep 17 00:00:00 2001 From: guoshuang Date: Thu, 25 Jul 2024 15:50:53 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=AD=E6=B3=95=E9=94=99=E8=AF=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/wms/product/ProductionRecord/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/wms/product/ProductionRecord/index.vue b/src/pages/wms/product/ProductionRecord/index.vue index 1f7e04d..18110f2 100644 --- a/src/pages/wms/product/ProductionRecord/index.vue +++ b/src/pages/wms/product/ProductionRecord/index.vue @@ -72,9 +72,9 @@ interface OptionType { export default class ProductionRecord extends BasePage { model = model; orderNo = ''; - aimWl: OptionType = {}; - cimWl: OptionType = {}; - bimWl: OptionType = {}; + cimWl = {} as OptionType; + cimWl = {} as OptionType; + bimWl = {} as OptionType; orderNoItemList = []; warehouselist = []; PiCilist = [];