| | |
| | | |
| | | if (objRowsData) { |
| | | sendData(IP + "/Job/QueryJob", { Group: objRowsData.GroupName, Name: objRowsData.Name }, 'post', function (res) { |
| | | if (res.code == 200) { |
| | | if (res.code == 0) { |
| | | setFormData(res.data, "#layuiadmin-app-form-list"); |
| | | if (res.data.BeginTime) { |
| | | $("#BeginTime").val(dateTimeOffsetToDateTimeString(res.data.BeginTime)); |
| | |
| | | param = obj.field; |
| | | } |
| | | sendData(IP + url, param, 'post', function (res) { |
| | | if (res.code == 200) { //成功 |
| | | if (res.code == 0) { //成功 |
| | | layer.msg(res.msg, { |
| | | icon: 1, |
| | | time: 2000 //2秒关闭(如果不配置,默认是3秒) |