This commit is contained in:
2021-12-10 17:07:29 +08:00
parent 9f3c13f893
commit f445045cc4
29 changed files with 539 additions and 868 deletions

View File

@@ -106,7 +106,7 @@
getDataList () {
this.dataListLoading = true
this.$http({
url: this.$http.adornUrl('vehicle/page'),
url: this.$http.adornUrl('/vehicle/page'),
method: 'post',
data: this.$http.adornData({
'current': this.pageIndex,
@@ -150,7 +150,7 @@
type: 'warning'
}).then(() => {
this.$http({
url: this.$http.adornUrl('vehicle/delete'),
url: this.$http.adornUrl('/vehicle/delete'),
method: 'post',
data: this.$http.adornData({id})
}).then(({data}) => {