liuyg
2022-03-08 e6d52e93c9ba4ca8e7672879bd919dfee05edd99
巡查参与细节
2 files modified
23 ■■■■■ changed files
pages/grabOrders/grabOrdersZAXC/grabOrders.vue 13 ●●●●● patch | view | raw | blame | history
store/state.js 10 ●●●● patch | view | raw | blame | history
pages/grabOrders/grabOrdersZAXC/grabOrders.vue
@@ -117,9 +117,12 @@
                this.current = 1;
                this.swiperCurrent = 1;
            }
            if (options.in) {
                this.current = 0;
                this.swiperCurrent = 0;
            if (options.in == 1) {
                this.current = 1;
                this.swiperCurrent = 1;
            } else if (options.in == 2) {
                this.current = 2;
                this.swiperCurrent = 2;
            }
            this.getGrabOrders(this.current);
@@ -415,8 +418,8 @@
                        }
                        // that.listData = data;
                        // that.getGrabOrders(this.);
                        that.current = 0;
                        that.swiperCurrent = 0;
                        that.current = 1;
                        that.swiperCurrent = 1;
                        that.$store.commit("changegotuGrabOrders");
                    },
store/state.js
@@ -6,17 +6,17 @@
    questionList: [], // 考试考题列表
    paperDetail: {},
    billFlag: false,
    queTypeArr:[0,0,0,0,0],
    queTypeArr: [0, 0, 0, 0, 0],
    loging: false,
    message: {
        useName: '过客',
        useName: '过客',
    },
    roleid:'',//角色id
    roleid: '', //角色id
    logPath: '',
    piAPI: apis.api,
    // piAPI: 'http://223.82.109.183:2082/api/',
    //piAPI: 'http://192.168.0.110:83/',
     //piAPI: 'http://192.168.0.222:83/',
    piAPI: 'http://192.168.0.222:83/',
    //piAPI: 'http://223.82.109.183:2082/api/',
    BaopiAPI: 'http://223.82.109.183:2080/api/',
    puserName: '',
@@ -61,4 +61,4 @@
    ...positions.state
}
export default state
export default state