src/pages/system/banner.vue
@@ -68,7 +68,7 @@ <!-- 尺寸 --> 轮播图:<br><span style="color: #999;font-size: 12px">(xxx*xxx像素)</span> </span> <!-- 上传图片组件(多图) --> <!-- 上传图片组件(单图) --> <UploadSingleImg ref="refUploadImg" v-model="dialogData.uploadImgs" @@ -329,7 +329,7 @@ }, inf => { this.$messageSuc('保存成功') this.hideDialog() this.getList() type === 'add' ? this.reGetList() : this.getList() }) } }