提交 f6c901c6 编写于 作者: tao.wu's avatar tao.wu

no message

上级 bd0603c6
......@@ -466,12 +466,28 @@
this.$refs.multipleTable.bodyWrapper.scrollTop = 0;
},
clickClose(){
this.searchData.searchCondition = ''
// this.searchData.searchCondition = ''
this.searchData = {
sex: null,
ageRange: [],
diseaseId: [],
labelId: [],
fuPlanIdList: [],
searchCondition: ''
}
this.$emit('closeSelectPatient',false)
},
sureClick(){
if(this.newSelects.length) {
this.searchData.searchCondition = ''
// this.searchData.searchCondition = ''
this.searchData = {
sex: null,
ageRange: [],
diseaseId: [],
labelId: [],
fuPlanIdList: [],
searchCondition: ''
}
this.$emit('sureSelectPatient',false,this.newSelects,this.oldPatientList)
} else {
this.$message.warning('请先选择!')
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册