소스 검색

更新校验

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 = "标题不能为空";