春风项目四线(合箱线、总装线)
hdy
2024-01-24 7574f78f4b328b0c60fad01efe005b3106e47172
jcdm-ui/src/views/main/kb/prepareOnline/index.vue
@@ -92,7 +92,7 @@
</template>
<script>
import {listOrderScheduling} from "@/api/main/bs/orderScheduling/orderScheduling";
import {listOrderScheduling2} from "@/api/main/bs/orderScheduling/orderScheduling";
import VueQr from 'vue-qr'
export default {
  name: "index",
@@ -118,7 +118,7 @@
      this.getList();
    },
    getList(){
      listOrderScheduling(this.queryParams).then(response => {
      listOrderScheduling2(this.queryParams).then(response => {
        console.log("--------------------"+response.rows)
        this.dataList = response.rows
        if (this.queryParams.orderNo === '' || this.queryParams.orderNo === null){