From 946d9a3a8f7badeeeb807e7951bec3042efa3f40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E7=95=85?= Date: Thu, 16 Sep 2021 17:01:15 +0800 Subject: [PATCH] add --- src/views/sce/sceInfo/index.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue index f692d64..255cf91 100644 --- a/src/views/sce/sceInfo/index.vue +++ b/src/views/sce/sceInfo/index.vue @@ -348,7 +348,7 @@ class="sz_container" style="text-align:center" > - 关联流程 @@ -659,7 +659,7 @@ 关联流程 @@ -1207,8 +1207,6 @@ export default { }, 500); }, async subMit() { - console.log(this.imgType, this.musicType, this.videoType); - console.log(this.radioImg, this.radioMusic, this.radioVideo); if (this.imgType == true && this.radioImg == 1) { this.$message({ message: "请绑定图片相关流程", @@ -1546,7 +1544,9 @@ export default { this.imgData.push({ url: res.data.wjUrl, processNames: "", - title: res.data.wjDx + title: res.data.wjDx, + mediaType: 1, + sourceType:1 }); this.imgType = true; }); @@ -1559,7 +1559,9 @@ export default { this.musicData.push({ url: res.data.wjUrl, processNames: "", - title: res.data.wjDx + title: res.data.wjDx, + mediaType: 1, + sourceType:2 }); this.musicType = true; }); @@ -1572,7 +1574,9 @@ export default { this.videoData.push({ url: res.data.wjUrl, processNames: "", - title: res.data.wjDx + title: res.data.wjDx, + mediaType: 1, + sourceType:3 }); this.radioType = true; });