Commit c0af214c by 冷斌

fix bug

parent 5a9d711d
...@@ -278,6 +278,10 @@ ...@@ -278,6 +278,10 @@
},'json'); },'json');
}, },
onCancel: function (item, opt) { onCancel: function (item, opt) {
console.log(opt);
return false;
let option = this.getOptions(opt); let option = this.getOptions(opt);
let type = option.v; let type = option.v;
ui.confirm('你确定要删除这个订单?', { ui.confirm('你确定要删除这个订单?', {
......
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