From 2bf5845e30ff066a72156b249bc652b1622eb7e7 Mon Sep 17 00:00:00 2001 From: songguoqiang Date: Mon, 30 Dec 2024 19:23:52 +0800 Subject: [PATCH] =?UTF-8?q?YT-1876:=E5=BA=93=E4=BD=8D=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=EF=BC=8C=E6=98=AF=E5=90=A6=E5=8F=AF=E7=94=A8=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=80=BC=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../labelManage/locationLabel/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/wms/basicDataManage/labelManage/locationLabel/index.vue b/src/views/wms/basicDataManage/labelManage/locationLabel/index.vue index 04a8228b2..3536f24ca 100644 --- a/src/views/wms/basicDataManage/labelManage/locationLabel/index.vue +++ b/src/views/wms/basicDataManage/labelManage/locationLabel/index.vue @@ -252,7 +252,7 @@ const searchFormClick = (searchData) => { } const searchList = (model)=>{ selectionRows.value = [] - model.available=true + // model.available='TRUE' model.type='LocationLabel' setSearchParams(model) } @@ -286,10 +286,10 @@ const getSelectionRows = (currentPage,currentPageSelectionRows) => { /** 初始化 **/ onMounted(async () => { - tableObject.params = { - available: true, - type: 'LocationLabel' - } + // tableObject.params = { + // available: 'TRUE', + // type: 'LocationLabel' + // } getList() })