优化代码

This commit is contained in:
java110 2020-06-03 21:26:48 +08:00
parent 9738126343
commit 2ea1ab3855

View File

@ -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;
}
});
});