下班提一版

This commit is contained in:
wangweidong 2025-11-20 17:09:51 +08:00
parent bf05d362a6
commit 7da72d6f64
1 changed files with 3 additions and 3 deletions

View File

@ -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);