diff --git a/src/views/ManufacturingCenter/ParseQuery/index.vue b/src/views/ManufacturingCenter/ParseQuery/index.vue index c46b0f34..e29ec966 100644 --- a/src/views/ManufacturingCenter/ParseQuery/index.vue +++ b/src/views/ManufacturingCenter/ParseQuery/index.vue @@ -146,6 +146,7 @@ { - this.tableDataDiv0 = response.data - }) + this.SearchMachine1() + // this.machineValue ? this.check = 1 : this.check = 0 + // searchMachine(this.check, this.machineValue).then(response => { + // this.tableDataDiv0 = response.data + // }) }, // 机床名称查询函数 querySearch(queryString, cb) { @@ -2333,8 +2337,10 @@ export default { }, SearchMachine1() { this.machineValue ? this.check = 1 : this.check = 0 + this.loading0 = true searchMachine(this.check, this.machineValue).then(response => { this.tableDataDiv0 = response.data + this.loading0 = false }) }, SearchMachine(item) {