提交本地代码
This commit is contained in:
parent
c256ad5974
commit
9b6d47c9c4
|
@ -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
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user