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