Commit d336b7cc by 唐玉峰

.

parent 5c4a48c2
......@@ -5,7 +5,7 @@
<div class="btn">
<div :class="type == 1 ? 'act' : ''" @click="getid(1)">当前医生数据</div>
<div :class="type == 2 ? 'act' : ''" @click="getid(2)">所属病区数据</div>
<div @click="toData">数据分析</div>
<!-- <div @click="toData">数据分析</div> -->
</div>
<div class="main">
<div class="l">
......@@ -70,14 +70,14 @@ export default {
components: {},
data() {
return {
activeName: "1",
activeName: "2",
info: {},
doctorCode: "",
deptCode: "",
show: true,
type: 1,
list: [
{ name: "月度初步分组", value: "1" },
// { name: "月度初步分组", value: "1" },
{ name: "月度拨付分组", value: "2" },
{ name: "年度清算数据", value: "3" },
{ name: "院内编目分组", value: "4" },
......@@ -87,7 +87,6 @@ export default {
created() {
// :src="`http://172.16.1.244:8050/#/report/view?workbookId=269&info=${JSON.stringify(info)}`"
this.GetDeptAndDoctorByPid();
console.log(window.location.origin);
},
mounted() {},
methods: {
......
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