feat: 调整nssf/n3iwf接口调用

This commit is contained in:
TsMask
2025-07-15 19:47:46 +08:00
parent 594e439b43
commit 818f91ad89
6 changed files with 28 additions and 93 deletions

View File

@@ -4,7 +4,7 @@ import { PageContainer } from 'antdv-pro-layout';
import { SizeType } from 'ant-design-vue/es/config-provider';
import { MenuInfo } from 'ant-design-vue/es/menu/src/interface';
import { ColumnsType } from 'ant-design-vue/es/table';
import { listNSSF } from '@/api/neUser/nssf';
import { listNSSFSubList } from '@/api/neUser/nssf';
import useI18n from '@/hooks/useI18n';
import { RESULT_CODE_SUCCESS } from '@/constants/result-constants';
const { t } = useI18n();
@@ -63,7 +63,7 @@ function fnTableSize({ key }: MenuInfo) {
function fnGetList(pageNum?: number) {
if (tableState.loading) return;
tableState.loading = true;
listNSSF().then(res => {
listNSSFSubList().then(res => {
if (res.code === RESULT_CODE_SUCCESS) {
// 取消勾选
if (tableState.selectedRowKeys.length > 0) {