Commit ec16c6f6 by 赵鹏龙

提交 bug 修改

parent 8b6a13f7
......@@ -2,7 +2,7 @@
* @Author: 赵鹏龙
* @Date: 2021-09-03 15:12:41
* @LastEditors: 赵鹏龙
* @LastEditTime: 2021-09-07 12:05:39
* @LastEditTime: 2021-09-07 21:28:05
* @Description: 内容管理
-->
<template>
......@@ -200,8 +200,8 @@ export default {
},
// 监听穿梭框组件添加
add(toData) {
this.nodes = Array.from(new Set(this.nodes.concat(toData)));
add() {
this.nodes = this.toData;
document.getElementsByClassName("transfer-right")[0].style.display =
"none";
let self = this;
......
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