mo 3 년 전
부모
커밋
1b810b8cca
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/categroyManager/specialSetup/branchSetting.vue
  2. 1 0
      src/views/contentManager/model/systemNotifyModel.vue

+ 1 - 1
src/views/categroyManager/specialSetup/branchSetting.vue

@@ -18,7 +18,7 @@
             v-model.trim="searchForm.search"
             v-model.trim="searchForm.search"
             clearable
             clearable
             @keyup.enter.native="search"
             @keyup.enter.native="search"
-            placeholder="分部名称/编号"
+            placeholder="分部名称/编号/地址"
           ></el-input>
           ></el-input>
         </el-form-item>
         </el-form-item>
         <el-form-item>
         <el-form-item>

+ 1 - 0
src/views/contentManager/model/systemNotifyModel.vue

@@ -532,6 +532,7 @@ export default {
     },
     },
     handleSuccess(res) {
     handleSuccess(res) {
       // 获取富文本组件实例
       // 获取富文本组件实例
+        this.uploadImgLoading = false;
       let quill = this.editor;
       let quill = this.editor;
       // 如果上传成功
       // 如果上传成功
       let url = this.ossUploadUrl + "/" + this.dataObj.key;
       let url = this.ossUploadUrl + "/" + this.dataObj.key;