采购合同查询bug

This commit is contained in:
zhangdingyu
2019-11-11 14:58:21 +08:00
parent 20e285c397
commit 9e38915e92

View File

@@ -394,6 +394,7 @@ export default {
})
},
searchTable1() {
this.tableData1 = []
this.tableData2 = []
this.textarea = ``
this.loading1 = true
@@ -417,7 +418,6 @@ export default {
for (let i = 0; i < response.data.rows.length; i++) {
response.data.rows[i].审批情况内容 === '未审批' ? this.disable.push(false) : this.disable.push(true) // 删除按钮禁用
}
console.log(response, 12)
if (response.data.rows.length !== 0) {
for (let i = 0; i < response.data.rows.length; i++) {
this.tableData1.push({