Parcourir la source

Merge remote-tracking branch 'origin/AIControl_zn' into test

zhouna il y a 4 ans
Parent
commit
06306c1975
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/components/qualityControl/QCTypeMang.vue

+ 1 - 1
src/components/qualityControl/QCTypeMang.vue

@@ -260,7 +260,7 @@
         }).catch(() => {});
       },
       ifUnbindDialog(data,type){
-        api.ifNeedUnbind({id:data.id,hospitalId:data.hospitalId,cancel:null}).then((res)=>{
+        api.ifNeedUnbind({id:data.id,hospitalId:data.hospitalId,cancel:null,oper:type==='modify'?'0':'1'}).then((res)=>{
         const {code,msg} = res.data;
           if(code==='00000005'){
             this.showConfirmDialog(msg,()=>{