|
@@ -279,7 +279,7 @@
|
|
|
},
|
|
|
unbindQcType(data,type){
|
|
|
api.ifNeedUnbind({id:data.id,hospitalId:data.hospitalId,cancel:1}).then((res)=>{
|
|
|
- if(res.data.code=='00000005'){
|
|
|
+ if(res.data.code=='0'){
|
|
|
this.warning(res.data.msg||'解绑成功','success');
|
|
|
if(type==='modify'){
|
|
|
this.toEditField(data,type); //编辑
|