用户修改
This commit is contained in:
@@ -42,7 +42,7 @@ export default {
|
||||
this.$nextTick(() => {
|
||||
if (this.orderId) {
|
||||
this.$http({
|
||||
url: this.$http.adornUrl(`/book/buyorder/info/${this.orderId}`),
|
||||
url: this.$http.adornUrl(`/book/buyOrder/info/${this.orderId}`),
|
||||
method: 'get',
|
||||
params: this.$http.adornParams()
|
||||
}).then(({data}) => {
|
||||
@@ -59,7 +59,7 @@ export default {
|
||||
// console.log(this.orderId)
|
||||
// console.log('执行更新备注操作')
|
||||
this.$http({
|
||||
url: this.$http.adornUrl(`/book/buyorder/update`),
|
||||
url: this.$http.adornUrl(`/book/buyOrder/update`),
|
||||
method: 'post',
|
||||
data: this.$http.adornData({
|
||||
'orderId': this.orderId,
|
||||
|
||||
Reference in New Issue
Block a user