提交 ad4c8f12 编写于 作者: Skyeye云's avatar Skyeye云

feat: 新增数据保存

上级 bc133fc3
...@@ -131,7 +131,9 @@ layui.config({ ...@@ -131,7 +131,9 @@ layui.config({
staffId: staffId, staffId: staffId,
userCode: $("#userCode").val(), userCode: $("#userCode").val(),
password: $("#password").val(), password: $("#password").val(),
isTermOfValidity: dataShowType.getData('isTermOfValidity') isTermOfValidity: dataShowType.getData('isTermOfValidity'),
startTime: $("#startTime").val(),
endTime: $("#endTime").val()
} }
AjaxPostUtil.request({url: reqBasePath + "sysAdd005", params: params, type: 'json', method: "POST", callback: function (json) { AjaxPostUtil.request({url: reqBasePath + "sysAdd005", params: params, type: 'json', method: "POST", callback: function (json) {
parent.layer.close(index); parent.layer.close(index);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册