提交本地代码

This commit is contained in:
wangchengming 2025-08-18 20:05:14 +08:00
parent c256ad5974
commit 9b6d47c9c4

View File

@ -145,10 +145,7 @@ const data = reactive({
const { queryParams, form, rules } = toRefs(data)
const getSupplierList = () => {
listBusSupplier({
pageIndex: 1,
pageSize: 10,
}).then(res => {
listBusSupplier({}).then(res => {
supplierList.value = res.data
})
}