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;
});