汇总(项目合规评估流程) 修改
This commit is contained in:
@@ -454,6 +454,7 @@ export default {
|
|||||||
pId: this.pId
|
pId: this.pId
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res) {
|
if (res) {
|
||||||
|
this.commentText = res.commitText
|
||||||
const processForm = JSON.parse(res.mesg);
|
const processForm = JSON.parse(res.mesg);
|
||||||
this.getFormFieldList(processForm);
|
this.getFormFieldList(processForm);
|
||||||
}
|
}
|
||||||
@@ -489,12 +490,9 @@ export default {
|
|||||||
titleList.push(data.title);
|
titleList.push(data.title);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log(titleList,"titleList!!!!")
|
|
||||||
console.log(this.dataList,"dataList 进入方法前 !!!!")
|
|
||||||
titleList.forEach(tl => {
|
titleList.forEach(tl => {
|
||||||
this.dataList.forEach(data=>{
|
this.dataList.forEach(data=>{
|
||||||
if (data.title === tl){
|
if (data.title === tl){
|
||||||
console.log(data.title,"方法中的title !!!!")
|
|
||||||
ordelTitleList.push(data)
|
ordelTitleList.push(data)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user