gaoshp
2024-06-17 ddbb2bd2691629336faa4491a59fdc3dc3c5934e
src/views/mdc/status-record.vue
@@ -2,7 +2,7 @@
 * @Author: lzhe lzhe@example.com
 * @Date: 2024-04-26 09:36:18
 * @LastEditors: lzhe lzhe@example.com
 * @LastEditTime: 2024-06-17 22:33:57
 * @LastEditTime: 2024-06-17 22:40:51
 * @FilePath: /smart-web/src/views/mdc/status-record.vue
 * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
-->
@@ -305,7 +305,6 @@
        },
        query() {
            alert(3)
            this.getTime({endDate: this.time[1],startDate: this.time[0],statisticalMethod: 'SHIFT'}).then(()=> {
                this.workstationInfoList = this.select;
                this.btnGongweiList = this.select;  //工位
@@ -314,9 +313,7 @@
                    this.$refs.chart01.getCharts();
                })
                //按工位查看
                alert(6)
                if(this.btnGongweiList.length != 0) {  //有选工位才能展示工位
                    alert(123)
                    this.isshowempty = false;
                    this.btnGongweiListActive = this.btnGongweiList[0].id;  //工位
                    this.lastLevelId = this.btnGongweiListActive;