1、地图默认定位去除

liujun-相关方离职流程简化
liujun 2024-12-05 09:56:53 +08:00
parent a0c3a23bb5
commit 756755e922
2 changed files with 4 additions and 3 deletions

View File

@ -80,7 +80,8 @@ export default {
showCount: this.pageSize,
currentPage: this.currentPage,
TYPE: this.type,
vectors: '1'
vectors: '1',
REQUEST_SOURCE: '2'
});
this.list = [...this.list, ...resData.list.list];
this.totalPage = resData.list.totalPage;

View File

@ -43,8 +43,8 @@ export default {
{name: '纬度', key_name: 'WORK_LATITUDE', type: 0}
],
form: {
WORK_LONGITUDE: '',
WORK_LATITUDE: ''
WORK_LONGITUDE: '1',
WORK_LATITUDE: '1'
},
rules: {
WORK_LONGITUDE: [{type: 'string', required: true, message: '请输入经度', trigger: ['blur', 'change']}],