From 5b9acc7051d1628b6decad0a351e39f8f5e3bc18 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 10:00:58 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/system/classifyItem/index.vue | 4 ++--
src/views/system/informationInfo/index.vue | 6 ++++++
src/views/system/poser/index.vue | 20 +++++++++++---------
3 files changed, 19 insertions(+), 11 deletions(-)
diff --git a/src/views/system/classifyItem/index.vue b/src/views/system/classifyItem/index.vue
index 4832671..7e57577 100644
--- a/src/views/system/classifyItem/index.vue
+++ b/src/views/system/classifyItem/index.vue
@@ -183,7 +183,7 @@
v-model="item.classifySort"
placeholder="请输入分类排序"
oninput="value=value.replace(/[^\d]/g,'')"
- maxLength="10"
+ maxLength="5"
/>
diff --git a/src/views/system/informationInfo/index.vue b/src/views/system/informationInfo/index.vue
index 66121d1..e4ede3c 100644
--- a/src/views/system/informationInfo/index.vue
+++ b/src/views/system/informationInfo/index.vue
@@ -527,6 +527,11 @@ export default {
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {});
}
+ if (this.imgsurl.pictureUrlList.length > 0) {
+ updatePicture(this.imgsurl).then((res) => {});
+ }
+ this.imgsurl = { pictureUrlList: [] };
+
// var obj = { pictureUrlList: [] };
// if (this.form.leadThumbnailUrl != this.leadThumbnailUrl) {
// obj.pictureUrlList.push(this.leadThumbnailUrl);
@@ -624,6 +629,7 @@ export default {
if (obj.pictureUrlList.length > 0) {
updatePicture(obj).then((res) => {});
}
+ this.imgsurl = { pictureUrlList: [] };
this.open = false;
this.getList();
});
diff --git a/src/views/system/poser/index.vue b/src/views/system/poser/index.vue
index 94e67dd..18d53aa 100644
--- a/src/views/system/poser/index.vue
+++ b/src/views/system/poser/index.vue
@@ -9,7 +9,7 @@
label-width="110px"
>
- {{
+ {{
queryParams.nurseStationName
}}
@@ -204,6 +204,7 @@
maxlength="50"
/>
+
+
+
+
-
-
-
+