bug修复
This commit is contained in:
@@ -209,7 +209,7 @@ import global from '../../common/common.vue' //引入共用组间
|
||||
this.$refs['dataForm'].validate((valid) => {
|
||||
if (valid) {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl(`/book/bookchapter/${!this.dataForm.id ? 'save' : 'update'}`),
|
||||
url: this.$http.adornUrl(`/book/bookchapter/${!this.dataForm.id ? 'save' : 'updateBookChapter'}`),
|
||||
method: 'post',
|
||||
data: this.$http.adornData({
|
||||
'id': this.dataForm.id || undefined,
|
||||
|
||||
Reference in New Issue
Block a user