Commit e07210b8 by 唐玉峰

..

parent c711af64
......@@ -888,9 +888,17 @@ export default {
//更多--确定
goSeeok() {
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 {
this.multipleSelection1[0] = this.goSeeform;
this.multipleSelection1.splice(
this.multipleSelection1.findIndex((item) => item.uidd == this.goSeeform.uidd),
1,
this.goSeeform
);
}
this.goSeeScoredialogFormVisible = false;
},
......@@ -1101,6 +1109,9 @@ export default {
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