提交本地代码
This commit is contained in:
parent
c256ad5974
commit
9b6d47c9c4
|
@ -145,10 +145,7 @@ const data = reactive({
|
||||||
const { queryParams, form, rules } = toRefs(data)
|
const { queryParams, form, rules } = toRefs(data)
|
||||||
|
|
||||||
const getSupplierList = () => {
|
const getSupplierList = () => {
|
||||||
listBusSupplier({
|
listBusSupplier({}).then(res => {
|
||||||
pageIndex: 1,
|
|
||||||
pageSize: 10,
|
|
||||||
}).then(res => {
|
|
||||||
supplierList.value = res.data
|
supplierList.value = res.data
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user