mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-26 08:16:47 +08:00
优化代码
This commit is contained in:
parent
9738126343
commit
2ea1ab3855
@ -134,7 +134,7 @@
|
||||
$that.editJobInfo.taskAttr.forEach(tmd => {
|
||||
if(item.specCd == tmd.specCd && item.templateId == $that.editJobInfo.templateId){
|
||||
item.value = tmd.value;
|
||||
item.attrId = tmp.attrId;
|
||||
item.attrId = tmd.attrId;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user