zizhong.wang 4 роки тому
батько
коміт
e9d01d25c5
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/notification/editPage/editPage.vue

+ 1 - 1
src/views/notification/editPage/editPage.vue

@@ -6,7 +6,6 @@
         <input
           type="text"
           v-model="contentParam.title"
-          @blur="checkName"
         />
         <p v-show="tipFlag" style="margin-left: 88px; color: red">
           {{ tipText }}
@@ -256,6 +255,7 @@ export default {
       //   /(^\s*)|(\s*$)/g,
       //   ""
       // );
+     this.tipFlag = false;
     //  let include = this.allDataNameList.indexOf(this.contentParam.title);
       if (!this.contentParam.title) {
         this.tipText = "标题不能为空";