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"
/>
+
+
+
+
-
-
-
+