5.8小修改
This commit is contained in:
parent
385f999c00
commit
3a4ee9793e
|
|
@ -3,8 +3,8 @@ class HttpConfig {
|
|||
baseUrl = "/api"
|
||||
// #endif
|
||||
// #ifdef APP-PLUS
|
||||
// baseUrl = "http://112.29.103.165:21624"
|
||||
baseUrl = "http://192.168.0.14:21624"
|
||||
baseUrl = "http://112.29.103.165:21624"
|
||||
// baseUrl = "http://192.168.0.14:21624"
|
||||
// baseUrl = "http://112.29.103.165:21626"
|
||||
// baseUrl = "http://172.20.10.3:8080"
|
||||
// baseUrl = "http://10.40.92.8:8080"
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@
|
|||
</view>
|
||||
<view>
|
||||
<h4>车牌号</h4>
|
||||
<uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/>
|
||||
<!-- <uni-number-box v-model="multiNum" @change="multiNumChange" :min="0" :max="infoList.outNum"/> -->
|
||||
<uni-easyinput
|
||||
placeholder="请输入车牌号"
|
||||
v-model="carCode"
|
||||
|
|
@ -280,7 +280,7 @@
|
|||
that.fetchList.push(res.data.data.rows[0].leaseApplyInfoList[i].leaseApplyDetails[k])
|
||||
}
|
||||
} */
|
||||
that.fetchList = res.data.data
|
||||
that.fetchList = res.data.data.rows
|
||||
console.log('获取详情 ===========================',that.fetchList);
|
||||
// that.fetchList[1].manageType = 1
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue