fix bug
This commit is contained in:
@@ -212,7 +212,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="数量" align="center" min-width="80">
|
||||
<template slot-scope="scope">
|
||||
{{ scope.row.数量 }}
|
||||
{{ scope.row.零件数量 }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="备注" align="center" min-width="100">
|
||||
@@ -790,6 +790,7 @@ export default {
|
||||
},
|
||||
searchTable12() { // 查询基本件列表
|
||||
searchPart(this.pageCurrent12, this.pageSize12, this.materialStatusValue[this.materialStatusValue.length - 1], this.id).then(response => {
|
||||
console.log(response.data.rows, 9999)
|
||||
this.tableData12 = response.data.rows
|
||||
this.total12 = response.data.total
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user