02-12
This commit is contained in:
@@ -528,11 +528,10 @@ export default {
|
||||
this.$message.error('请选择机床组号')
|
||||
} else {
|
||||
this.listLoading = true
|
||||
this.tableData = []
|
||||
this.tableData1 = []
|
||||
getTable(this.NumValue, this.pageList, this.pageSize).then(response => {
|
||||
console.log(this.NumValue, this.pageList, this.pageSize)
|
||||
this.total = parseInt(response.data.total)
|
||||
this.tableData = []
|
||||
for (let i = 0; i < response.data.rows.length; i++) {
|
||||
this.tableData.push({
|
||||
零件图号: response.data.rows[i].零件图号,
|
||||
|
||||
Reference in New Issue
Block a user