zq-erp/src/main/resources/static/js/function/vip.js
@@ -222,13 +222,13 @@ } function openAddService() { function openAddService(id) { layer.full(layer.open({ type: 2, title: "添加服务单", maxmin: true, area: [MUI.SIZE_L, '500px'], content: [basePath + '/admin/redirect/hive/beautySalon/servicceAddForm'] content: [basePath + '/admin/redirect/hive/beautySalon/servicceAddForm?id='+id] })); }