From 833acd8476efc0796681dfa5d4075e828bf9e680 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com>
Date: Mon, 20 Feb 2023 09:25:18 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B5=B7=E6=8A=A5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/poser/index.vue | 74 +++++++-------------------------
1 file changed, 16 insertions(+), 58 deletions(-)
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);
- },
-
},
};