提交 4e7e9f00 编写于 作者: lijinyang's avatar lijinyang

穿梭框本地文件

上级 74c1fa20
...@@ -190,12 +190,8 @@ export default class AppTransfer extends Vue { ...@@ -190,12 +190,8 @@ export default class AppTransfer extends Vue {
this.codeListService this.codeListService
.getItems(this.tag, _context, _param) .getItems(this.tag, _context, _param)
.then((res: any) => { .then((res: any) => {
console.log(res);
this.dataLeft = res; this.dataLeft = res;
this.initLeft(); this.initLeft();
console.log(this.dataLeft);
this.initRight(); this.initRight();
}) })
.catch((error: any) => { .catch((error: any) => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册