Commit 873d84e177fd2b662faed2fc74d5222f323899c8

Authored by 史婷婷
1 parent 94b6f0ed

feat: 规格变更单详情优化

Showing 1 changed file with 2 additions and 2 deletions
... ... @@ -148,7 +148,7 @@ export default {
148 148 onEdit() {
149 149 const id = this.getBusinessId()
150 150 const query = id ? ('?id=' + encodeURIComponent(id)) : ''
151   - uni.navigateTo({ url: '/pages/order_list/modify' + query })
  151 + uni.navigateTo({ url: '/pages/change_list/modify' + query })
152 152 },
153 153 onAuditDetail() {
154 154 const CACHE_KEY = 'sourceBusinessId'
... ... @@ -192,7 +192,7 @@ export default {
192 192 if (res && res.confirm) {
193 193 cancelApi(id).then(() => {
194 194 uni.showToast({ title: '已取消', icon: 'none' })
195   - setTimeout(() => { uni.redirectTo({ url: '/pages/order_list/index' }) }, 300)
  195 + setTimeout(() => { uni.redirectTo({ url: '/pages/change_list/index' }) }, 300)
196 196 }).catch(() => {
197 197 uni.showToast({ title: '取消失败', icon: 'none' })
198 198 })
... ...