Commit e07210b8 by 唐玉峰

..

parent c711af64
...@@ -888,9 +888,17 @@ export default { ...@@ -888,9 +888,17 @@ export default {
//更多--确定 //更多--确定
goSeeok() { goSeeok() {
if (this.radio == 1) { if (this.radio == 1) {
this.multipleSelection[0] = this.goSeeform; this.multipleSelection1.splice(
this.multipleSelection.findIndex((item) => item.uidd == this.goSeeform.uidd),
1,
this.goSeeform
);
} else { } else {
this.multipleSelection1[0] = this.goSeeform; this.multipleSelection1.splice(
this.multipleSelection1.findIndex((item) => item.uidd == this.goSeeform.uidd),
1,
this.goSeeform
);
} }
this.goSeeScoredialogFormVisible = false; this.goSeeScoredialogFormVisible = false;
}, },
...@@ -1101,6 +1109,9 @@ export default { ...@@ -1101,6 +1109,9 @@ export default {
item.isedit = true; item.isedit = true;
}); });
} }
console.log(this.multipleSelection);
console.log(this.multipleSelection1);
}, },
//获取左侧时间线数据 //获取左侧时间线数据
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment