编辑接口修复
This commit is contained in:
@@ -180,7 +180,7 @@ export default {
|
|||||||
editData(){
|
editData(){
|
||||||
console.log("修改的三级分类数据",this.addcategory)
|
console.log("修改的三级分类数据",this.addcategory)
|
||||||
this.$http({
|
this.$http({
|
||||||
url: this.$http.adornUrl(`book/bookCategory/update`),
|
url: this.$http.adornUrl(`/book/bookCategory/update`),
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: this.$http.adornData(this.addcategory, false)
|
data: this.$http.adornData(this.addcategory, false)
|
||||||
}).then(({ data }) => {
|
}).then(({ data }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user