This commit is contained in:
姚宇浩 2024-09-13 11:40:15 +08:00
parent efd3a500e6
commit 5f6379ba80
4 changed files with 18 additions and 17 deletions

View File

@ -213,7 +213,7 @@ const confirmEvent = () => {
name: data.character.xm,
address: data.character.dz,
phone: "",
type: "ggdw_mz_db",
type: data.character.id,
};
http.post(`/api/ggfwyth/pg/reported`, ReportedDto).then((res) => {
if (res.code == 200) {

View File

@ -2422,6 +2422,7 @@ const statusDetails = (val) => {
tableType.character = {
...val,
age: val.nl,
id: routers.query.id,
// dz: val.address,
titleName: formData.name,
};

View File

@ -4057,7 +4057,7 @@ const reset_font2 = () => {
"scale(" + width / 1920 + "," + height / 1080 + ")";
};
onMounted(async () => {
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
loadingss.value = true;
reset_font();
await getXzsj();

View File

@ -196,7 +196,7 @@ const goto = (val) => {
if (availableRoutes.includes(val.name)) {
router.push({
path: "/home/index/table/details",
query: { name: val.name },
query: { name: val.name, id: val.id },
});
} else {
ElMessage.warning({
@ -640,7 +640,7 @@ const getData = async (name, fullName) => {
res.data.forEach((item, index) => {
const imageIndex = index % data.Bj.length;
data.tabPublicService.push({
id: index,
id: item.id,
Bj: data.Bj[imageIndex],
name: item.sx,
text: item.bmfxqk,