H5/pages/dispatchWorkOrder/dispatchWorkOrder.vue
@@ -77,7 +77,7 @@ }; }, onShow() { this.accountLevel = uni.getStorageSync('userInfo').accountLevel || 1 this.accountLevel = uni.getStorageSync('userInfo').levelId || 1 }, onLoad(option) { // option.id = 1 @@ -135,11 +135,11 @@ icon: 'none', title: '下派成功' }) setTimeout(()=>{ setTimeout(() => { uni.navigateBack({ delta: 2 }) },1500) }, 1500) } }) }