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 + '',