企标评价 - 解决了有的时候获取不到企标id无法传给后端的问题
This commit is contained in:
@@ -1733,9 +1733,6 @@ export default {
|
|||||||
this.dynamicHistoryPeopleTable = []
|
this.dynamicHistoryPeopleTable = []
|
||||||
this.dynamicHistoryPeopleTable = res.data.records
|
this.dynamicHistoryPeopleTable = res.data.records
|
||||||
this.firstHistoryPeopleId = res.data.records[0].userId
|
this.firstHistoryPeopleId = res.data.records[0].userId
|
||||||
// for (let i = 0; i < res.data.records.length; i++) {
|
|
||||||
// this.dynamicHistoryPeopleTable.push(res.data.records[i].userName)
|
|
||||||
// }
|
|
||||||
|
|
||||||
}, e => {
|
}, e => {
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user