update +++

This commit is contained in:
lb
2023-04-03 11:35:14 +08:00
parent 13753f0c6c
commit 2afdb1d23d
2 changed files with 80 additions and 26 deletions

View File

@@ -150,7 +150,8 @@ export default function () {
prop: "orderId",
options: [],
optionLabel: 'orderCode',
toggleFetchData: 'carId', // 当 carId 改变的时候,也会 fetchData
// toggleFetchData: 'carId', // 当 carId 改变的时候,也会 fetchData
hasPrev: 'carId', // 当 carId 改变的时候,也会 fetchData
// 需要保存当前状态
needCache: true,
fetchDataParam: { search: 'carId', get: 'id' }, // 伴随着 toggleFetchData 出现