diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue index a609fa7..94e67dd 100644 --- a/src/views/system/poser/index.vue +++ b/src/views/system/poser/index.vue @@ -6,25 +6,17 @@ size="small" :inline="true" v-show="showSearch" - label-width="100px" + label-width="110px" > - - - - {{ aa }} - - + {{ + queryParams.nurseStationName + }} - {{bb}} - - + {{ + queryParams.nurseItemName + }} - - - - + + + @@ -602,15 +589,11 @@ import { import { list } from "@/api/system/nurseItem"; import stationAcatar from "../stationAvatar/index.vue"; import editor from "@/components/Editor"; -import { blob } from "stream/consumers"; export default { name: "Poser", components: { stationAcatar, editor }, data() { return { - aa: "", - bb:"", - // 遮罩层 loading: true, getListByUserquery: { @@ -812,7 +795,6 @@ export default { //选中护理项目 choicenurseItem(e) { this.nurseitemid = e.id; - if (this.homenumber) { this.queryParams.nurseItemName = e.nurseItemName; this.queryParams.nurseItemId = e.id; @@ -857,7 +839,6 @@ export default { this.nurseItemlistInfo(); this.homenumber = item; this.nurseItemshow = true; - this.bb = item.nurseItemName; if (this.homenumber) { this.nurseitemid = this.queryParams.nurseItemId; } else { @@ -890,8 +871,6 @@ export default { }, //护理站页面 =》选择护理站 choicestationid(item) { - this.aa = item.nurseStationName; - // console.error(this.aa); if (this.homenumber) { this.queryParams.nurseStationName = item.nurseStationName; this.queryParams.nurseStationId = item.id; @@ -953,9 +932,6 @@ export default { }, ], id: null, - - aa:"", - bb:"", poserName: null, posterPictureUrl: null, posterVideoUrl: null, @@ -978,8 +954,6 @@ export default { pageNum: 1, pageSize: 10, }; - this.aa=""; - this.bb=""; this.stationid = ""; this.nurseitemid = ""; this.queryParams = { @@ -1068,22 +1042,6 @@ export default { `poser_${new Date().getTime()}.xlsx` ); }, - - clearTest(e) { - this.aa = ""; - this.queryParams.nurseStationName = ""; - this.queryParams.nurseStationId = undefined; - this.$set(this.queryParams, "nurseStationName", ""); - console.error(this.queryParams); - }, - clearTest1(e) { - this.bb = ""; - this.queryParams.nurseItemName = ""; - this.queryParams.nurseItemId = undefined; - this.$set(this.queryParams, "nurseItemName", ""); - console.error(this.queryParams); - }, - }, };