From 9085a77931fb369ae14102bcee5314e5c0b54e8c Mon Sep 17 00:00:00 2001 From: my_ong <429426262@qq.com> Date: Tue, 4 Mar 2025 12:25:23 +0800 Subject: [PATCH] =?UTF-8?q?bug:=20:bug:=20=E4=BF=AE=E5=A4=8D=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/stock/stocktaking/stocktaking-page.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/stock/stocktaking/stocktaking-page.vue b/src/views/stock/stocktaking/stocktaking-page.vue index ad726f5..f132051 100644 --- a/src/views/stock/stocktaking/stocktaking-page.vue +++ b/src/views/stock/stocktaking/stocktaking-page.vue @@ -147,7 +147,7 @@ const materialList = ref>([]) const personList = ref>([]) const required = ref(true) - api.materialApi.material.all((data) => { + api.materialApi.material.all({}, (data) => { materialList.value = data.map((item) => { return { value: item?.id + '',