1111
This commit is contained in:
@ -46,7 +46,6 @@ const { proxy } = getCurrentInstance();
|
||||
const detailDiloag = ref();
|
||||
const pxApllication = ref();
|
||||
const searchBox = ref(); //搜索框
|
||||
const baseUrl = 'data:image/jpeg;base64,'
|
||||
const searchConfiger = ref([
|
||||
{
|
||||
label: "申请时间",
|
||||
@ -58,16 +57,7 @@ const searchConfiger = ref([
|
||||
|
||||
const queryFrom = ref({});
|
||||
const pageData = reactive({
|
||||
tableData: [
|
||||
{
|
||||
name: '张三',
|
||||
idNumber: '44032519900101001X',
|
||||
contactInfo: '13800000000',
|
||||
isUploaded: '是',
|
||||
applyTime: '2023-01-01',
|
||||
reviewStatus: '是'
|
||||
}
|
||||
],
|
||||
tableData: [],
|
||||
keyCount: 0,
|
||||
tableConfiger: {
|
||||
rowHieght: 61,
|
||||
@ -81,12 +71,12 @@ const pageData = reactive({
|
||||
},
|
||||
controlsWidth: 180,
|
||||
tableColumn: [
|
||||
{ label: "姓名", prop: "name" },
|
||||
{ label: "证件号码", prop: "idNumber" },
|
||||
{ label: "联系方式", prop: "contactInfo" },
|
||||
{ label: "姓名", prop: "xm" },
|
||||
{ label: "证件号码", prop: "zjhm" },
|
||||
{ label: "联系方式", prop: "lxdh" },
|
||||
{ label: "是否上传资料", prop: "isUploaded" },
|
||||
{ label: "申请时间", prop: "applyTime", },
|
||||
{ label: "资料审核是否通过", prop: "reviewStatus"}
|
||||
{ label: "申请时间", prop: "sqrq", },
|
||||
{ label: "资料审核是否通过", prop: "njzt"}
|
||||
]
|
||||
});
|
||||
|
||||
@ -113,15 +103,15 @@ const changeSize = (val) => {
|
||||
|
||||
// 获取列表
|
||||
const getList = () => {
|
||||
// pageData.tableConfiger.loading = true;
|
||||
// let data = { ...pageData.pageConfiger, ...queryFrom.value };
|
||||
// qcckGet(data, "/mosty-jbld/jbldzsd/selectPage").then((res) => {
|
||||
// pageData.tableData = res.records || [];
|
||||
// pageData.total = res.total;
|
||||
// pageData.tableConfiger.loading = false;
|
||||
// }).catch(() => {
|
||||
// pageData.tableConfiger.loading = false;
|
||||
// });
|
||||
pageData.tableConfiger.loading = true;
|
||||
let data = { ...pageData.pageConfiger, ...queryFrom.value };
|
||||
qcckPost(data, "/mosty-base/baxx/njry/queryCurrent").then((res) => {
|
||||
pageData.tableData = res.records || [];
|
||||
pageData.total = res.total;
|
||||
pageData.tableConfiger.loading = false;
|
||||
}).catch(() => {
|
||||
pageData.tableConfiger.loading = false;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user