From 339617ad190541774fa341d25d3f2e1ef92a9a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E7=95=85?= Date: Mon, 13 Sep 2021 15:55:45 +0800 Subject: [PATCH] add --- src/views/sce/sceInfo/index.vue | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/views/sce/sceInfo/index.vue b/src/views/sce/sceInfo/index.vue index 3ab36e0..367f44d 100644 --- a/src/views/sce/sceInfo/index.vue +++ b/src/views/sce/sceInfo/index.vue @@ -1010,6 +1010,16 @@ export default { let data = this.ruleForm.radioImg .concat(this.ruleForm.radioMusic) .concat(this.ruleForm.radioVideo); + this.ruleForm.processesList = this.ruleForm.processesList.map((n)=>{ + if(n.title != ''){ + return{ + title:n.title, + code:n.code, + introduction:n.introduction, + sort:n.sort + } + } + }) let list = []; data.map(n => { if (n.url != "") {