From dd050c173f38b60cdf2c61387419e26bf8132541 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Tue, 30 Jul 2024 15:36:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E6=88=91=E4=BB=A3=E7=A0=81=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 4 ++-- src/views/modules/shequzhili/event/eventList.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.js b/src/main.js index 3acc99f47..d6aa150ef 100644 --- a/src/main.js +++ b/src/main.js @@ -48,7 +48,7 @@ import PopTips from "@/components/PopTips/index.vue"; import PopHomeTip from "@/components/PopHomeTip/index.vue"; import NameSplit from "@/components/NameSplit/index.vue"; import RelationGraph from "relation-graph"; -// import dayjs from 'dayjs' +import dayjs from 'dayjs' // import AddNodeJw from "@/components/JwTree/addNode.vue"; //按钮 @@ -104,7 +104,7 @@ Vue.directive("fixed", { // 挂载全局 Vue.prototype.$http = http; Vue.prototype.$sensitive = desensitization; -// Vue.prototype.$dayjs = dayjs +Vue.prototype.$dayjs = dayjs // el-uploader的header配置 Vue.prototype.$getElUploadHeaders = () => ({ Authorization: localStorage.getItem("token") || "", diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index 4888a7b15..3584ed1c7 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -526,7 +526,7 @@ export default { //加载组织数据 async handleDispose(row,type) { - this.eventId = '1817808567393198082'; + this.eventId = '1818180543393128449'; const url = "/governance/icEvent/detail"; const { data, code, msg } = await requestPost(url, { icEventId: this.eventId,