@@ -199,6 +199,12 @@ export default {
this.showConfirmDialog('是否删除该关联?',()=>{
api.delAssaySon(param).then((res)=>{
if(res.data.code=='0'){
+ if(!this.searched){
+ //未点确认时清空搜索条件
+ this.filter={
+ conceptName:'',
+ };
+ }
this.getDataList();
this.warning(res.data.msg || '操作成功','success');
}else{
@@ -206,6 +206,12 @@ export default {
this.showConfirmDialog(warntTxt,()=>{
api.cancelIndexConfigAlls(param).then((res)=>{
+ diseaseName: ''
@@ -230,6 +230,14 @@
this.showConfirmDialog(waringTxt,()=>{
api.deleteScale(param).then((res)=>{
+ isState:'',
+ tagType: [], //标签类型
+ tagSysName: '', //标签系统名称
this.warning(res.data.msg||'操作成功','success');
@@ -202,6 +202,12 @@ export default {
}
api.delConceptRelation(param).then((res)=>{
+ conceptName:''
@@ -196,6 +196,12 @@
this.showConfirmDialog('是否删除该免责声明?',()=>{
api.delDiscInformation({id:item.id}).then((res)=>{
+ title: ''
@@ -232,6 +232,13 @@
api.removeRelationContact(param).then((res)=>{
+ term:'',
+ type:''
@@ -261,6 +261,14 @@
api.deletMedicalName(param).then((res)=>{
+ type:'',
+ libName:''
@@ -265,6 +265,15 @@
this.showConfirmDialog(warningTxt,()=>{
api.delKnowledgeRelation(params).then((res)=>{
+ startName:'',
+ endName:'',
@@ -200,6 +200,13 @@
this.showConfirmDialog('是否删除该静态知识?',()=>{
api.delConceptInfo({conceptId:[row.conceptId],status:'Y'}).then((res)=>{
+ term: '',
+ title:''