Przeglądaj źródła

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

Yue 2 dni temu
rodzic
commit
7463c79983

+ 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,