yangan
2024-10-16 9961f42e5de34a843eea04288b6761d83c9170a8
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 : '操作异常')
            })
         },