浏览代码

Fix 修复远程数据Table不刷新的问题

Yue 2 天之前
父节点
当前提交
7463c79983
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      UI/VAP_V3.VUE/src/components/table/composables/useTableData.ts

+ 1 - 0
UI/VAP_V3.VUE/src/components/table/composables/useTableData.ts

@@ -286,6 +286,7 @@ export function useTableData(options: UseTableOptions) {
 	watch(
 		[
 			() => props.data,
+			() => state.remoteData.value,
 			() => state.currentPage.value,
 			() => state.pageSize.value,
 			() => props.autoRowMerge,