jc
fanluyan 11 months ago
parent 5d1f9b05cf
commit 7cae1278a1

@ -8,7 +8,7 @@ const service = axios.create({
// baseURL: '',
// timeout: 5000
baseURL: "api", //把原来的项目地址改成api解决跨域问题
timeout: 30000,
timeout: 60000,
});
service.interceptors.request.use((config) => {

@ -285,6 +285,7 @@ export default {
lbosd: "",
rbosd: "",
templateVal: 2,
compensationVal: 0,
},
bgflag: false,
modelOptions: [
@ -1030,7 +1031,7 @@ export default {
this.channelForm.bgsj = "";
this.channelForm.iso = "";
this.channelForm.modelVal = "";
this.channelForm.compensationVal = "";
this.channelForm.compensationVal = 0;
// this.channelForm.hdrchecked = "";
// this.channelForm.ywchecked = "";
this.channelForm.rtosd = "";
@ -1086,7 +1087,7 @@ export default {
this.channelForm.bgsj = "";
this.channelForm.iso = "";
this.channelForm.modelVal = "";
this.channelForm.compensationVal = "";
this.channelForm.compensationVal = 0;
// this.channelForm.hdrchecked = "";
// this.channelForm.ywchecked = "";
this.channelForm.rtosd = "";

@ -464,6 +464,7 @@ export default {
console.log(this.formdata);
this.termLoading = true;
let params = {
dataFlag: "GPSOCB", //
start: this.formdata.starttime / 1000,
end: this.formdata.endtime / 1000,
pageNum: this.page,

@ -26,8 +26,6 @@
</span>
<equipmentStatus ref="equipmentStatusRef"></equipmentStatus
></el-tab-pane>
<!-- <el-tab-pane label="角色管理">角色管理</el-tab-pane>
<el-tab-pane label="定时任务补偿">定时任务补偿</el-tab-pane> -->
</el-tabs>
</div>
</template>

@ -425,6 +425,7 @@ export default {
console.log(this.formdata);
this.photoLoading = true;
let params = {
dataFlag: "PS", //photoInfo
start: this.formdata.starttime / 1000,
end: this.formdata.endtime / 1000,
pageNum: this.page,
@ -473,7 +474,7 @@ export default {
//
handleSizeChange(val) {
this.pageSize = val;
this.getPhotoFun();
//this.getPhotoFun();
},
//
handleShowPhoto(row) {

Loading…
Cancel
Save