liyg před 2 roky
rodič
revize
ddf3535dc5

+ 2 - 2
src/views/queue/components/qmsEnFacotory/queueFStart.vue

@@ -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=' +