|
@@ -206,6 +206,12 @@ export default {
|
|
this.showConfirmDialog(warntTxt,()=>{
|
|
this.showConfirmDialog(warntTxt,()=>{
|
|
api.cancelIndexConfigAlls(param).then((res)=>{
|
|
api.cancelIndexConfigAlls(param).then((res)=>{
|
|
if(res.data.code=='0'){
|
|
if(res.data.code=='0'){
|
|
|
|
+ if(!this.searched){
|
|
|
|
+ //未点确认时清空搜索条件
|
|
|
|
+ this.filter={
|
|
|
|
+ diseaseName: ''
|
|
|
|
+ };
|
|
|
|
+ }
|
|
this.getDataList();
|
|
this.getDataList();
|
|
this.warning(res.data.msg || '操作成功','success');
|
|
this.warning(res.data.msg || '操作成功','success');
|
|
}else{
|
|
}else{
|