pages/loadUnload-page/selectTarget/selectTarget.vue
@@ -1040,12 +1040,19 @@ //确认 confirmEnter(){ this.$reqPost('oneClickLoading',{tmId:this.paramsItem.id},'params').then((res) => { if(res.code == 0){ console.log(res,'res') this.$u.toast('一键确认成功') this.showConfim = false; setTimeout(() => { this.getDetailData(); }, 500); }else{ this.$u.toast(res.msg ? res.msg : '一键确认失败'); } }).catch(err=>{ this.$u.toast(err ? err : '操作异常') }) },