|
@ -111,6 +111,7 @@
|
|
|
levelArr2: [],
|
|
|
levelTit2: '请选择',
|
|
|
isShowLevel2: false,
|
|
|
resultCose:httpData['resultCode'],
|
|
|
selectObj: {
|
|
|
firstLevelCategoryId: null, // 文章一级分类
|
|
|
secondLevelCategoryId: null, // 文章二级分类
|
|
@ -287,8 +288,15 @@
|
|
|
jbscAPI.doctorSendArticleToPatients(obj).then(function(res){
|
|
|
top.layer.close(loadding);
|
|
|
top.layer.msg(res.message, {icon: 1});
|
|
|
if(status==1000){
|
|
|
vm.updataHeathStatus()
|
|
|
}
|
|
|
})
|
|
|
}
|
|
|
},
|
|
|
updataHeathStatus:function(){
|
|
|
var obj={code:this.resultCode}
|
|
|
jbscAPI.updateAfterEducate(obj)
|
|
|
}
|
|
|
})
|
|
|
</script>
|