|
|
|
@ -3,7 +3,7 @@ |
|
|
|
</template> |
|
|
|
<script> |
|
|
|
|
|
|
|
import { mapState,mapMutations } from 'vuex' |
|
|
|
import { mapState } from 'vuex' |
|
|
|
import { getapi, postapi, putapi, deletapi } from "@/api/api"; |
|
|
|
import { tcdate } from '../../utlis/proFunc' |
|
|
|
export default { |
|
|
|
@ -25,7 +25,7 @@ export default { |
|
|
|
}, |
|
|
|
|
|
|
|
methods: { |
|
|
|
...mapMutations(['setData']), |
|
|
|
|
|
|
|
//获取体检单位列表树信息 |
|
|
|
getCustomerOrgTree(){ |
|
|
|
//let customerOrgTree = [] |
|
|
|
@ -47,7 +47,7 @@ export default { |
|
|
|
(res) => { |
|
|
|
//customerOrgTree = res.data; |
|
|
|
console.log('res.data',res.data) |
|
|
|
this.setData({ key: 'customerOrg.customerOrgTree', value: res.data}) |
|
|
|
this.setData({ key: 'patientRegister.customerOrgTree', value: res.data}) |
|
|
|
tcdate(this.customerOrg.customerOrgTree) |
|
|
|
} |
|
|
|
); |
|
|
|
|