li-guang
2021-04-07 050ff0dfc04d4ca2a33ac0e97c98f042b9f95df6
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]
    }));
}