|
@@ -41,6 +41,7 @@ import { queryTableList, QueryCustomInfoType } from '../index';
|
|
|
import { getStatusName } from '@/common/constants/enumsName';
|
|
import { getStatusName } from '@/common/constants/enumsName';
|
|
|
import { getCardTypeEnumItemName } from '@/common/constants/enumsName';
|
|
import { getCardTypeEnumItemName } from '@/common/constants/enumsName';
|
|
|
import Middle from '@/views/platinum/platinum_customer_info/compoments/controlModal/index.vue';
|
|
import Middle from '@/views/platinum/platinum_customer_info/compoments/controlModal/index.vue';
|
|
|
|
|
+import {getUserId} from "@/services/bus/account";
|
|
|
|
|
|
|
|
export default defineComponent({
|
|
export default defineComponent({
|
|
|
name: 'custom_info_checkpending',
|
|
name: 'custom_info_checkpending',
|
|
@@ -61,7 +62,7 @@ export default defineComponent({
|
|
|
const { loading, tableList, queryTable } = queryTableList();
|
|
const { loading, tableList, queryTable } = queryTableList();
|
|
|
initData(() => {
|
|
initData(() => {
|
|
|
// 获取列表数据
|
|
// 获取列表数据
|
|
|
- queryTable(2);
|
|
|
|
|
|
|
+ queryTable(2, getUserId());
|
|
|
// 注册表头信息 过滤
|
|
// 注册表头信息 过滤
|
|
|
registerColumn('table_pcweb_qhj_customer_info', ['userinfotype', 'nickname', 'contactname', 'mobile']);
|
|
registerColumn('table_pcweb_qhj_customer_info', ['userinfotype', 'nickname', 'contactname', 'mobile']);
|
|
|
});
|
|
});
|