fix: 列表查询pageNum设为1
This commit is contained in:
@@ -6,7 +6,7 @@ import useI18n from '@/hooks/useI18n';
|
||||
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
|
||||
import {
|
||||
getParamConfigTopTab,
|
||||
getParamConfigInfo,
|
||||
getParamConfigInfoTable,
|
||||
updateParamConfigInfo,
|
||||
updateNeConfigReload,
|
||||
delParamConfigInfo,
|
||||
@@ -53,7 +53,7 @@ function fnTabActiveTopTag(key: string | number) {
|
||||
const neType = neTypeSelect.value[0];
|
||||
const neId = neTypeSelect.value[1];
|
||||
const topTag = tabState.tabActiveTopTag;
|
||||
getParamConfigInfo(neType, topTag, neId)
|
||||
getParamConfigInfoTable(neType, topTag, neId)
|
||||
.then(res => {
|
||||
if (res.code === RESULT_CODE_SUCCESS && res.data.type) {
|
||||
tableState.type = res.data.type;
|
||||
|
||||
Reference in New Issue
Block a user