From f5aef6008b5669e95c5f4caf33e2a8ebae0f1c05 Mon Sep 17 00:00:00 2001 From: x_z Date: Fri, 23 Dec 2022 20:23:06 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=B5=84=E4=BA=A7=E7=AE=A1=E7=90=86=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=B7=BB=E5=8A=A0=E8=BF=87=E6=BB=A4=E7=8A=B6=E6=80=81?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E5=A4=8D=E6=9C=AA=E5=AE=A1=E6=A0=B8=E7=9A=84?= =?UTF-8?q?=E9=A2=86=E7=94=A8=E8=AE=BE=E5=A4=87=E4=B9=9F=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E8=A2=AB=E6=9F=A5=E8=AF=A2=E5=87=BA=E6=9D=A5=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inventory/assetManage.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/inventory/assetManage.vue b/src/views/inventory/assetManage.vue index e86c090..8e26b58 100644 --- a/src/views/inventory/assetManage.vue +++ b/src/views/inventory/assetManage.vue @@ -89,6 +89,7 @@ export default { filterQuery: { code: null, nameCode: null, + status: 2, page: 1, limit: 20 },