Compare commits

..

No commits in common. "5f4c729e7d8630e8c6e222048713a4ac06b5dc61" and "438d101c0ca804d0afaad7e16c9e140134e4c003" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -316,7 +316,7 @@
const form = reactive({
nuId: '',
pageNo: 1,
pageSize: 10,
pageSize: 13,
categoryId: '',
typeId: '',
medicationId: '',

View File

@ -79,7 +79,7 @@
const queryInvo = () => {
queryShoppingCartList(form).then(res => {
res.result.records.forEach((item,i)=>{
item.flag = true;
item.flag = false;
item.zk = false;
item.scrollleft = 0;
})