From 162b05b65e5002e3701dbb56764594dd96f94d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Fri, 3 Feb 2023 09:35:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/goodsInfo/goodsInfojs.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/views/system/goodsInfo/goodsInfojs.js b/src/views/system/goodsInfo/goodsInfojs.js index 7ea546f..f58ba20 100644 --- a/src/views/system/goodsInfo/goodsInfojs.js +++ b/src/views/system/goodsInfo/goodsInfojs.js @@ -29,7 +29,6 @@ export default { // 遮罩层 loading: true, // 选中数组 - ids: [], // 非单个禁用 single: true, // 非多个禁用 @@ -82,10 +81,6 @@ export default { id: null, whetherShelf: null, }, - getListByUserquery: { - pageNum: 1, - pageSize: 10, - }, queryParams: { id: null, pageNum: 1, @@ -532,4 +527,4 @@ export default { }); }, }, -}; \ No newline at end of file +};