|
|
|
@ -252,7 +252,7 @@
|
|
|
|
|
//监听 表格复选框操作
|
|
|
|
|
|
|
|
|
|
layui.form.on('switch(switch_isVerification)', function (obj) {
|
|
|
|
|
coreHelper.Post("Api/CoreCmsUserServicesTicket/DoSetisVerification", { id: this.value, data: obj.elem.checked }, function (e) {
|
|
|
|
|
coreHelper.Post("Api/CoreCmsUserServicesOrder/DoSetisVerification", { id: this.value, data: obj.elem.checked }, function (e) {
|
|
|
|
|
if (debug) { console.log(e); } //开启调试返回数据
|
|
|
|
|
//table.reloadData('LAY-app-CoreCmsUserServicesTicket-tableBox');
|
|
|
|
|
layer.msg(e.msg);
|
|
|
|
|