mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
加入定时任务编辑功能
This commit is contained in:
parent
e4bdc0eed4
commit
38b29ce36a
@ -129,7 +129,11 @@
|
|||||||
let data = _json.data;
|
let data = _json.data;
|
||||||
if (_json.code == 200) {
|
if (_json.code == 200) {
|
||||||
data.forEach(item => {
|
data.forEach(item => {
|
||||||
item.value = "";
|
$that.editJobInfo.taskAttr.forEach(tmd => {
|
||||||
|
if(item.specCd == tmd.specCd && item.templateId == $that.editJobInfo.templateId){
|
||||||
|
item.value = tmd.value;
|
||||||
|
}
|
||||||
|
});
|
||||||
});
|
});
|
||||||
$that.editJobInfo.templateSpecs = data;
|
$that.editJobInfo.templateSpecs = data;
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user