From 7192f09428091d9ff7428c37100fe89463b45579 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 21 Nov 2025 10:37:27 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=B3=BB=E7=BB=9F=E5=85=AC=E5=91=8A?= =?UTF-8?q?=E7=AE=A1=E7=90=86):=20=E8=A7=A3=E9=99=A4=E6=8F=8F=E8=BF=B0?= =?UTF-8?q?=E7=9A=84=E5=AD=97=E6=95=B0=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/notice-message/index.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/views/sys/notice-message/index.vue b/src/views/sys/notice-message/index.vue index 28198b1..26268ab 100644 --- a/src/views/sys/notice-message/index.vue +++ b/src/views/sys/notice-message/index.vue @@ -221,14 +221,7 @@ v-model.trim="form.description" type="textarea" :rows="8" - maxlength="300" - @input="descInput" /> - {{ txtVal }}/300 保存 @@ -272,7 +265,6 @@ export default { announcementArray, productConfigShowcase, pickerOptions, - txtVal: 0, activeGiftId: "", pushTextHistoryLoading: false, pushTextHistoryVisible: false, @@ -468,9 +460,7 @@ export default { handleClose() { this.formVisible = false; }, - descInput() { - this.txtVal = this.form.description.length; - }, + httpRequest(file) { const that = this; that.uploadLoading = true;