提交 1f6a23cd 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [后台服务,演示应用]

上级 4410f8b2
...@@ -475,8 +475,10 @@ export default class OrderTreeGridBase extends Vue implements ControlInterface { ...@@ -475,8 +475,10 @@ export default class OrderTreeGridBase extends Vue implements ControlInterface {
return; return;
} }
if(Object.is(this.selections[0].id.split(';')[0], 'orderData')) { if(Object.is(this.selections[0].id.split(';')[0], 'orderData')) {
this.orderData_opendata(args);
} }
if(Object.is(this.selections[0].id.split(';')[0], 'orderDetailData')) { if(Object.is(this.selections[0].id.split(';')[0], 'orderDetailData')) {
this.orderDetailData_opendata(args);
} }
if(Object.is(this.selections[0].id.split(';')[0], 'ROOT')) { if(Object.is(this.selections[0].id.split(';')[0], 'ROOT')) {
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册