pang.jiabao
11 小时以前 c92e539cd1ceeecc851bddf9c7468081c16dd45e
pages/warehouse/orderList.vue
@@ -63,7 +63,15 @@
               method: 'POST',
               success(res) {
                  res = res.data
                  that.menuList = res.data
                  if (res.code === 200) {
                     that.menuList = res.data
                  } else if (res.code == 403) {
                     uni.showToast({ title: res.msg, icon: "error", position: 'top' });
                     setTimeout(() => {
                        uni.reLaunch({ url: '../login/login' });
                     }, 1000);
                  }
               }
            })
         },