船期弹框增加参数

This commit is contained in:
‘huanghaiixia’
2026-03-31 15:43:55 +08:00
parent 924eac8ad8
commit 607411a71b

View File

@ -75,7 +75,7 @@
},
immediate: false, // 设置为不立即调用
beforeFetch: (params) => {
return { ...params,page:params.limit};
return { ...params,page:params.limit,excludeOpi: 1};
},
rowSelection: {
type: props.selectType,