Commit 4d2a4a29 authored by 朱彩云's avatar 朱彩云

Merge branch 'eccs-2937' into test

parents a4dd2b06 e6392a1e
......@@ -513,7 +513,8 @@ export default {
billDate: [],
mrnNo: '', // 病历号
patientName: '', // 客户名字
hasBack: 'N'
hasBack: 'N',
rStatus: ''
},
savedStatus: false, //是否已保存
relatedList: [],
......@@ -781,13 +782,17 @@ export default {
}
},
watch: {
activeKey1() {
activeKey1(val) {
console.log(val)
this.searchForm = {
billDate: [],
mrnNo: '', // 病历号
patientName: '', // 客户名字
hasBack: 'N'
}
if (val == '1') {
this.searchForm.rStatus = 1
}
this.searchData('init')
},
selectedRows: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment