From 647a6b6108e954a0c5a43922b39658325292949a Mon Sep 17 00:00:00 2001 From: wws <18630710203@163.com> Date: Tue, 19 Sep 2023 14:53:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B9=BF=E6=96=99=E8=AE=A1=E5=88=92(=E7=89=A9?= =?UTF-8?q?=E6=96=99=E6=A1=86=E6=90=9C=E7=B4=A2=E4=BC=98=E5=8C=96)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/plan/plan/index.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/plan/plan/index.vue b/src/views/plan/plan/index.vue index ee9792c..7aef716 100644 --- a/src/views/plan/plan/index.vue +++ b/src/views/plan/plan/index.vue @@ -434,6 +434,7 @@ export default { materielList: [], // 物料查询数据实体 materielQueryParams: { + mtart: 'material_type1', productCode: undefined, productDescZh: undefined, pageNum: 1, @@ -556,10 +557,8 @@ export default { // 新增-打开选择物料窗口 selectMateriel() { // 清除搜索缓存 - this.materielQueryParams = { - productCode: undefined, - productDescZh: '白坯', - } + this.materielQueryParams.productCode = null; + this.materielQueryParams.productDescZh = null; this.innerVisible = true; this.getMaterielList(); },