fanzhen1225
This commit is contained in:
@@ -1502,6 +1502,7 @@ export default {
|
||||
|
||||
& > .data_center:hover {
|
||||
cursor: w-resize;
|
||||
cursor: e-resize;
|
||||
user-select: none;
|
||||
}
|
||||
& > .data_right {
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user