宏图
This commit is contained in:
@@ -218,6 +218,7 @@ export default {
|
||||
var check2 = 0
|
||||
this.ManufacturerName ? check = 1 : check = 0
|
||||
searchtable(check, this.ManufacturerName, check2, '', '', this.pageCurrent, this.pageSize).then(response => {
|
||||
console.log(response.data)
|
||||
this.loading = false
|
||||
if (response.data.rows.length !== 0) {
|
||||
this.tableData = response.data.rows
|
||||
|
||||
Reference in New Issue
Block a user