Commit d336b7cc by 唐玉峰

.

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