fanzhen1225

This commit is contained in:
fanzhen123
2019-12-25 19:59:07 +08:00
parent 750b86a834
commit ddfe0028d6
4 changed files with 15 additions and 10 deletions

View File

@@ -1502,6 +1502,7 @@ export default {
& > .data_center:hover {
cursor: w-resize;
cursor: e-resize;
user-select: none;
}
& > .data_right {

View File

@@ -212,6 +212,8 @@ export default {
this.searchData = arrts
this.pageConfiguration.countSize = parseInt(res.data.data.total)
console.log(this.pageConfiguration)
}else{
alert(res.data.message)
}
}).catch((fail) => {
console.log(fail)
@@ -236,6 +238,8 @@ export default {
})
arrts.push({ 'id': '-全部-', 'name': '-全部-', 'parentId': '100000', 'shortName': '北京', 'cityCode': '' })
this.cityData = arrts
}else{
alert(res.data.message)
}
}).catch((fail) => {
console.log(fail)