#
whycq
2024-11-26 db1e197bcfd7d2b0aa369416285e617bd9d08b86
#
1个文件已修改
6 ■■■■■ 已修改文件
pages/phyz/bcp/bcpOrder.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/phyz/bcp/bcpOrder.vue
@@ -139,12 +139,14 @@
        onLoad() {
            this.baseUrl = uni.getStorageSync('baseUrl');
            this.token = uni.getStorageSync('token');
            this.searchValue = uni.getStorageSync('bcpThreeCode');
            // this.searchValue = uni.getStorageSync('bcpThreeCode');
            this.searchValue = ''
            this.getOrderDetlList(this.searchValue,10)
            console.log("onLoad");
        },
        onShow() {
            console.log(uni.getStorageSync('pakinOrderCar'));
            this.searchValue = ''
            this.getOrderDetlList(this.searchValue,10)
        },
        onHide() {
            uni.setStorageSync('pakinOrderCar', this.orderCarList);