jc
fanluyan 11 months ago
parent 5d1f9b05cf
commit 7cae1278a1

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

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

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

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

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

Loading…
Cancel
Save