提交 a9af58af 编写于 作者: Yuanzhao.dai's avatar Yuanzhao.dai

fixed

上级 b4043b02
...@@ -190,11 +190,6 @@ ...@@ -190,11 +190,6 @@
}, },
} }
}, },
computed: {
...mapState('planManage', {
eachSelects: state => state.eachSelects,
})
},
props: { props: {
isShowSelectPatient: Boolean, //是否显示model, isShowSelectPatient: Boolean, //是否显示model,
patientIdList: Array,// 确定已经选过的居民 patientIdList: Array,// 确定已经选过的居民
...@@ -354,7 +349,12 @@ ...@@ -354,7 +349,12 @@
this.$emit('closeSelectPatient',false) this.$emit('closeSelectPatient',false)
}, },
sureClick(){ sureClick(){
this.$emit('sureSelectPatient',false,this.newSelects) if(this.newSelects.length) {
this.$emit('sureSelectPatient',false,this.newSelects)
} else {
this.$message.warning('请先选择!')
}
}, },
handleSizeChangePre(val) { handleSizeChangePre(val) {
// console.log('handleSizeChangePre') // console.log('handleSizeChangePre')
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册