|
@@ -955,7 +955,7 @@ export default {
|
|
|
this.tableData1 = res.data.data
|
|
|
})
|
|
|
console.log('wzxxx')
|
|
|
- } else if (this.activeName == second) {
|
|
|
+ } else if (this.activeName == "second") {
|
|
|
this.axios
|
|
|
.post(
|
|
|
'/api/v1/qms/getQueueListByQueueUp?apiId=473&isSpelling=1&i=' +
|
|
@@ -968,7 +968,7 @@ export default {
|
|
|
this.tableData = res.data.data
|
|
|
this.getSpanArr(this.tableData)
|
|
|
})
|
|
|
- } else if (this.activeName == fourth) {
|
|
|
+ } else if (this.activeName == "fourth") {
|
|
|
this.axios
|
|
|
.post(
|
|
|
'/api/v1/qms/getQueueListByQueueUp?apiId=473&isSpelling=2&i=' +
|