浏览代码

bug fixed

duwendi 1 年之前
父节点
当前提交
46d04337d2
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      src/config/index.js
  2. 2 2
      src/pages/index/components/exception_handing.vue

+ 1 - 1
src/config/index.js

@@ -5,7 +5,7 @@ const Config = {
5 5
   dev: {
6 6
 // BASE_API: 'https://172.16.36.211:8800', // http://172.16.36.211:8800
7 7
     //BASE_API: 'https://park.lhzhtc.cn/luohe2_ee/api', // http://172.16.36.211:8800
8
-    BASE_API: 'http://192.168.0.81:16399/luohe2_ee/api'
8
+    BASE_API: 'http://localhost:16399/luohe2_ee/api'
9 9
   },
10 10
   build: {
11 11
 //服务地址及端口配置

+ 2 - 2
src/pages/index/components/exception_handing.vue

@@ -328,7 +328,7 @@
328 328
                 <el-input v-model="formLabelAlign4.plateNo"></el-input>
329 329
               </el-form-item>
330 330
               <el-form-item label="车辆类型" prop="vehicleType">
331
-                <el-select  v-model="formLabelAlign2.vehicleType" placeholder="请选择">
331
+                <el-select  v-model="formLabelAlign4.vehicleType" placeholder="请选择">
332 332
                   <el-option
333 333
                     v-for="(item,index) in vehicleTypeOptions"
334 334
                     :key="index"
@@ -813,7 +813,7 @@ export default {
813 813
       })
814 814
     },
815 815
     handleConfirm4() {
816
-      this.$refs['formLabelAlign3'].validate((valid) => {
816
+      this.$refs['formLabelAlign4'].validate((valid) => {
817 817
         if (valid) {
818 818
           if (this.title4 === '修改') {
819 819
             api_z.editExceptionHandingClean({...this.formLabelAlign4}).then(res => {