下班提一版
This commit is contained in:
parent
bf05d362a6
commit
7da72d6f64
|
|
@ -504,7 +504,7 @@
|
|||
const form = reactive({
|
||||
nuId: uni.getStorageSync('nuId'),
|
||||
pageNo: 1,
|
||||
pageSize: 9,
|
||||
pageSize: -1,
|
||||
categoryId: '',
|
||||
typeId: '',
|
||||
medicationId: '',
|
||||
|
|
@ -529,12 +529,12 @@
|
|||
middletarget.value = index;
|
||||
showvalue.value = InvoicingList.value[index];
|
||||
Object.assign(form, mobanform)
|
||||
|
||||
form.pageSize = -1;
|
||||
}
|
||||
const InvoicingList = ref([])
|
||||
const queryInvo = () => {
|
||||
queryCgdInfoList(form).then(res => {
|
||||
// console.log(res.result.records)
|
||||
console.log(res.result.records,form)
|
||||
InvoicingList.value = [];
|
||||
InvoicingList.value.push(...res.result.records);
|
||||
clickmiddle(middletarget.value);
|
||||
|
|
|
|||
Loading…
Reference in New Issue