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, name: data.character.xm,
address: data.character.dz, address: data.character.dz,
phone: "", phone: "",
type: "ggdw_mz_db", type: data.character.id,
}; };
http.post(`/api/ggfwyth/pg/reported`, ReportedDto).then((res) => { http.post(`/api/ggfwyth/pg/reported`, ReportedDto).then((res) => {
if (res.code == 200) { if (res.code == 200) {

View File

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

View File

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

View File

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