Browse Source

fix: 移除调试代码并修复错误处理逻辑

master
主管理员 1 month ago
parent
commit
c7bf020be4
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      pages_subpack/master-detail/index.vue

+ 6
- 1
pages_subpack/master-detail/index.vue View File

@ -138,7 +138,12 @@
url:"/pages_subpack/employ-progress/index?id="+response.result.id
})
}).catch(error=>{
uni.hideLoading()
// console.log("",error);
// uni.hideLoading()
// uni.showToast({
// title: error.message || '',
// icon: 'none'
// })
})
},
fail: (company) => {


Loading…
Cancel
Save