This commit is contained in:
parent
23a6f253d0
commit
4d96a0c95d
|
@ -605,7 +605,7 @@ const handleRowClick = (row, column, event) => {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
|
getTable("/api/ggfwyth/pg/lyxsdbrymd", pagination.currentPage);
|
||||||
handleCurrentChange(1);
|
handleCurrentChange(1);
|
||||||
});
|
});
|
||||||
|
|
|
@ -762,6 +762,10 @@ const tableType = reactive({
|
||||||
{
|
{
|
||||||
label: "手机号",
|
label: "手机号",
|
||||||
property: "contactTel",
|
property: "contactTel",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "年龄",
|
||||||
|
property: "age",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: "政治面貌",
|
label: "政治面貌",
|
||||||
|
@ -780,10 +784,7 @@ const tableType = reactive({
|
||||||
label: "性别",
|
label: "性别",
|
||||||
property: "gender",
|
property: "gender",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: "年龄",
|
|
||||||
property: "age",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "户口登记地",
|
label: "户口登记地",
|
||||||
property: "domicAddr",
|
property: "domicAddr",
|
||||||
|
@ -3041,7 +3042,7 @@ const reset_font2 = () => {
|
||||||
"scale(" + width / 1920 + "," + height / 1080 + ")";
|
"scale(" + width / 1920 + "," + height / 1080 + ")";
|
||||||
};
|
};
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||||
reset_font();
|
reset_font();
|
||||||
initMap();
|
initMap();
|
||||||
getData();
|
getData();
|
||||||
|
|
Loading…
Reference in New Issue