Browse Source

把我代码注释了

7.31
mk 1 year ago
parent
commit
dd050c173f
  1. 4
      src/main.js
  2. 2
      src/views/modules/shequzhili/event/eventList.vue

4
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") || "",

2
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,

Loading…
Cancel
Save