汇总(项目合规评估流程) 修改
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user