综合查询

This commit is contained in:
caoxinyu
2018-12-27 18:39:03 +08:00
parent 7362b84e10
commit bea08a9d72
6 changed files with 1085 additions and 1 deletions

View File

@@ -550,7 +550,6 @@ export default {
}
this.tableData1Loading = true
selectBidBond(this.TypeOfGoldDepositValue_check, this.TypeOfGoldDepositValue, this.Bidder_check, this.peopleid, this.TenderingEnterprise_check, this.TenderingEnterprise, this.startTime_check, this.startTime, this.endTime_check, this.endTime, this.PageCurrent, this.PageSize).then(response => {
console.log(response)
this.tableData1Loading = false
const data = response.data.rows
for (let i = 0; i < data.length; i++) {