|
@@ -173,7 +173,7 @@
|
|
|
spinner: 'el-icon-loading',
|
|
|
background: 'rgba(0, 0, 0, 0.7)'
|
|
|
});
|
|
|
- axios.post('http://video.nxjiewei.com:8011/api/fanwei/get_person_travel',{'person_id':this.name,'date':formattedDate,'depart':this.section})
|
|
|
+ axios.post('http://anvideo.nxmy.com:8011/api/fanwei/get_person_travel',{'person_id':this.name,'date':formattedDate,'depart':this.section})
|
|
|
.then( (response)=> {
|
|
|
this.record_list = response.data.content.data
|
|
|
loading.close()
|
|
@@ -190,7 +190,7 @@
|
|
|
const day = ('0' + date.getDate()).slice(-2); // 获取日并补零
|
|
|
const formattedDate = `${year}-${month}-${day}`;
|
|
|
|
|
|
- axios.post('http://video.nxjiewei.com:8011/api/fanwei/get_query_conition',{'date':formattedDate})
|
|
|
+ axios.post('http://anvideo.nxmy.com:8011/api/fanwei/get_query_conition',{'date':formattedDate})
|
|
|
.then( (response)=> {
|
|
|
this.select_list = response.data.content.data
|
|
|
})
|