|
@ -1171,7 +1171,6 @@ const searchFormClick = async (searchData) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tableObjectRef.value.params.filters |
|
|
|
|
|
// const { tableObject, tableMethods } = useTable({ |
|
|
// const { tableObject, tableMethods } = useTable({ |
|
|
// getListApi: props.apiPage // 分页接口 |
|
|
// getListApi: props.apiPage // 分页接口 |
|
|
// }) |
|
|
// }) |
|
@ -1186,6 +1185,7 @@ const searchFormClick = async (searchData) => { |
|
|
// tableMethodsRef.value = tableMethods |
|
|
// tableMethodsRef.value = tableMethods |
|
|
// tableObjectRef.value.tableList = [] |
|
|
// tableObjectRef.value.tableList = [] |
|
|
// const { getList } = tableMethods |
|
|
// const { getList } = tableMethods |
|
|
|
|
|
const { getList } = tableMethodsRef.value |
|
|
await getList() |
|
|
await getList() |
|
|
updateKey.value += 1 |
|
|
updateKey.value += 1 |
|
|
// tableObjectRef.value.params = { |
|
|
// tableObjectRef.value.params = { |
|
|