|
|
@@ -158,6 +158,7 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
submit: function () {
|
|
|
+ this.currentPage = 1;
|
|
|
let req = {
|
|
|
queryParams: this.inputValue,
|
|
|
localArea: this.areaValue,
|
|
|
@@ -207,27 +208,6 @@ export default {
|
|
|
console.log(err);
|
|
|
});
|
|
|
},
|
|
|
- // testSyncInterFace(){//测试同步接口
|
|
|
- // this.$http({
|
|
|
- // method: 'post',
|
|
|
- // url: '/interface/loadBaseData',
|
|
|
- // data: {
|
|
|
- // user: '111'
|
|
|
- // },
|
|
|
- // }).then((res) => {
|
|
|
- // console.log(res);
|
|
|
- // if(res.status === 200){
|
|
|
- // if(res.data.code === 200) {
|
|
|
- // console.log(res.data, '200');
|
|
|
- // }else {
|
|
|
- // let message = res.data.message;
|
|
|
- // console.log('message', message);
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }).catch((err) => {
|
|
|
- // console.log(err);
|
|
|
- // })
|
|
|
- // }
|
|
|
// 获取 所有区域 接口
|
|
|
getAreaList: function () {
|
|
|
this.$http({
|