소스 검색

质量度量换url

panxiandiao_i 5 년 전
부모
커밋
47711fc92f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/apiConfig/api.js
  2. 1 1
      src/views/Platform/bugManage/bugCreate.vue

+ 1 - 1
src/apiConfig/api.js

@@ -4,7 +4,7 @@ export const mockUrl = 'http://10.179.24.123:8980' // 线上
 
 // export const mockUrl = 'http://172.23.162.226:8980' // 舒宁本地
 
-export const qualityUrl = 'http://10.179.209.19:8898' // 质量度量
+export const qualityUrl = 'http://10.179.181.103:8898' // 质量度量
 
 // export const HMvehicleUrl = 'http://10.96.113.197:9999' // 电单车 线下
 export const HMvehicleUrl = 'http://10.179.91.236:9999' // 电单车 线上

+ 1 - 1
src/views/Platform/bugManage/bugCreate.vue

@@ -54,7 +54,7 @@
           </div>
           <div class="line-between-add">
             <el-form-item v-if="moduleTypeShow" label="工程模块" prop="moduleId" label-width="124px">
-              <el-select ref="clearPlatform" v-model="form.moduleId" placeholder="工程模块" style="width:76%;">
+              <el-select ref="clearPlatform" v-model="form.moduleId" filterable placeholder="工程模块" style="width:76%;">
                 <el-option v-for="item in moduleStr" :key="item.name" :label="item.name" :value="item.code" />
               </el-select>
             </el-form-item>