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

feat: 新增数据保存

上级 bc133fc3
......@@ -131,7 +131,9 @@ layui.config({
staffId: staffId,
userCode: $("#userCode").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) {
parent.layer.close(index);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册