1eac2669 by lxs

数据资产登记bug修改

1 parent ebea27b4
......@@ -328,6 +328,7 @@ const delTableOpen = (msg, type, isBatch: boolean = false) => {
const getTableData = () => {
loading.value = true;
getExchangeData();
getRegisterList({
pageSize: pageInfo.value.limit,
pageIndex: pageInfo.value.curr,
......@@ -376,7 +377,7 @@ const toSearch = (val: any, clear: boolean = false) => {
pageInfo.value.tenantGuid = val.tenantGuid;
}
getTableData();
getExchangeData();
// getExchangeData();
};
const pageChange = (info) => {
......@@ -389,13 +390,13 @@ onActivated(() => {
if (assetStore.isRefresh) {//如果是首次加载,则不需要调用
pageInfo.value.curr = 1;
getTableData();
getExchangeData();
// getExchangeData();
assetStore.set(false);
}
})
onBeforeMount(() => {
getExchangeData();
// getExchangeData();
})
const passDialogInfo = ref({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!