企标评价 - 解决了有的时候获取不到企标id无法传给后端的问题

This commit is contained in:
yanyizhou
2021-12-10 11:29:28 +08:00
parent 2ef4270cad
commit c0123e2367
@@ -1733,9 +1733,6 @@ export default {
this.dynamicHistoryPeopleTable = []
this.dynamicHistoryPeopleTable = res.data.records
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 => {
})