This commit is contained in:
duanxiaohai 2024-08-11 11:28:36 +08:00
commit 37705f96f1
3 changed files with 7 additions and 6 deletions

BIN
dist.zip Normal file

Binary file not shown.

View File

@ -605,7 +605,7 @@ const handleRowClick = (row, column, event) => {
});
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
handleCurrentChange(1);
});

View File

@ -762,6 +762,10 @@ const tableType = reactive({
{
label: "手机号",
property: "contactTel",
},
{
label: "年龄",
property: "age",
},
{
label: "政治面貌",
@ -780,10 +784,7 @@ const tableType = reactive({
label: "性别",
property: "gender",
},
{
label: "年龄",
property: "age",
},
{
label: "户口登记地",
property: "domicAddr",
@ -3041,7 +3042,7 @@ const reset_font2 = () => {
"scale(" + width / 1920 + "," + height / 1080 + ")";
};
onMounted(() => {
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
reset_font();
initMap();
getData();