汇总(项目合规评估流程) 修改

This commit is contained in:
zyn
2022-12-15 11:09:26 +08:00
parent f3b95693bd
commit 1642658d3f
@@ -454,6 +454,7 @@ export default {
pId: this.pId
}).then(res => {
if (res) {
this.commentText = res.commitText
const processForm = JSON.parse(res.mesg);
this.getFormFieldList(processForm);
}
@@ -489,12 +490,9 @@ export default {
titleList.push(data.title);
}
})
console.log(titleList,"titleList!!!!")
console.log(this.dataList,"dataList 进入方法前 !!!!")
titleList.forEach(tl => {
this.dataList.forEach(data=>{
if (data.title === tl){
console.log(data.title,"方法中的title !!!!")
ordelTitleList.push(data)
}
})