零件状态查询
This commit is contained in:
@@ -470,6 +470,7 @@ export default {
|
||||
if (this.MachineValue !== '' && this.MachineValue !== null) {
|
||||
this.loading0 = true
|
||||
searchtable(this.MachineValue, this.pageCurrent, this.pageSize).then(response => {
|
||||
console.log(response.data)
|
||||
this.tableData = response.data.rows
|
||||
this.total = response.data.total
|
||||
this.loading0 = false
|
||||
@@ -530,6 +531,7 @@ export default {
|
||||
Jurisdiction() {
|
||||
this.count = 0
|
||||
getMachine2().then(response => {
|
||||
console.log(response.data)
|
||||
this.gridData = response.data
|
||||
for (let i = 0; i < response.data.length; i++) {
|
||||
if (response.data[i].调序权限 === '1') { this.count = this.count + 1 }
|
||||
|
||||
Reference in New Issue
Block a user