From 1a5515c49428c2e3901bcd33b5742b8961bd52d9 Mon Sep 17 00:00:00 2001 From: jiangyy Date: Tue, 2 Aug 2022 17:39:13 +0800 Subject: [PATCH 1/2] 1111 --- src/views/modules/visual/command/cpts/eventInfo.vue | 7 +++++-- src/views/modules/visual/command/cpts/qsydw.vue | 7 +++++-- src/views/modules/visual/command/index.vue | 13 +++++++++---- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/src/views/modules/visual/command/cpts/eventInfo.vue b/src/views/modules/visual/command/cpts/eventInfo.vue index 7e260517..18338b24 100644 --- a/src/views/modules/visual/command/cpts/eventInfo.vue +++ b/src/views/modules/visual/command/cpts/eventInfo.vue @@ -36,7 +36,10 @@ import eventInfo from "@/views/modules/shequzhili/event/cpts/event-info"; export default { name: "dialogInfo", props: { - + eventId: { + type: String, + required: 'true' + }, }, components: { @@ -49,7 +52,7 @@ export default { loading: false, pageType: 'dispose', - eventId: '1552537796854706177', + // eventId: '', eventDetailData: {}, }; }, diff --git a/src/views/modules/visual/command/cpts/qsydw.vue b/src/views/modules/visual/command/cpts/qsydw.vue index 9bf2dd8c..11f7e780 100644 --- a/src/views/modules/visual/command/cpts/qsydw.vue +++ b/src/views/modules/visual/command/cpts/qsydw.vue @@ -76,7 +76,10 @@ import record from "@/views/modules/shequzhili/tuceng/anquan/xuncha/cpts/record" export default { name: "dialogInfo", props: { - + enterpriseId: { + type: String, + required: 'true' + }, }, components: { @@ -93,7 +96,7 @@ export default { eventDetailData: {}, enterpriseInfo: {}, - enterpriseId: '1544585407179968514', + // enterpriseId: '', }; diff --git a/src/views/modules/visual/command/index.vue b/src/views/modules/visual/command/index.vue index 5d692247..ddc24e23 100644 --- a/src/views/modules/visual/command/index.vue +++ b/src/views/modules/visual/command/index.vue @@ -160,6 +160,7 @@