离线合同

This commit is contained in:
Vergil
2020-04-07 10:04:01 +08:00
parent a0474aaf33
commit 3ad7c3118e
2 changed files with 4 additions and 5 deletions

View File

@@ -1668,12 +1668,12 @@ export default {
this.loading2 = true
searchMaterial22(check1, this.materialName, this.pageCurrent22, this.pageSize22).then(response => {
console.log(response.data, 3333)
this.tableData22 = response.data.rows
this.total22 = response.data.total
this.tableData22 = response.data.result
this.total22 = parseInt(response.data.output[0].ItemCount)
const supplier = []
this.remarkFilters = []
this.supplierFilters = []
response.data.rows.map(v => {
response.data.result.map(v => {
if (v.供货商 === null) { v.供货商 = '' }
if (!supplier.includes(v.供货商)) {
supplier.push(v.供货商)