mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
加入定时任务编辑功能
This commit is contained in:
parent
e4bdc0eed4
commit
38b29ce36a
@ -129,7 +129,11 @@
|
||||
let data = _json.data;
|
||||
if (_json.code == 200) {
|
||||
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;
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user