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;