diff --git a/flossom-ui/src/views/system/mode/index.vue b/flossom-ui/src/views/system/mode/index.vue index 63a347e..b39bbb7 100644 --- a/flossom-ui/src/views/system/mode/index.vue +++ b/flossom-ui/src/views/system/mode/index.vue @@ -366,7 +366,7 @@ - + 添加
组合{{index+1}} @@ -426,7 +426,7 @@
- + { this.combineModeList = response.data; @@ -668,7 +671,7 @@ export default { updateBy: null, updateTime: null, remark: null, - technologyArrayMode: null, + technologyArrayMode: [], technologyInfo: null, effectContent: null, }; @@ -735,7 +738,6 @@ export default { this.combineData = this.form.combineData; // 组合查询数据剔除自身 this.combineModeList = this.combineModeList.filter(x => x.id != id); - console.log('组合数据=>',this.combineModeList) // 使用技术 if(this.form.technologyInfo) { this.form.technologyArrayMode = this.form.technologyInfo.split(","); @@ -845,7 +847,7 @@ export default { } } // 使用技术 - if(this.form.technologyArray.length > 0) { + if(this.form.technologyArrayMode.length > 0) { this.form.technologyInfo = this.form.technologyArrayMode.join(","); } this.$refs["form"].validate(valid => {