用户修改

This commit is contained in:
@fawn-nine
2023-10-19 18:04:56 +08:00
parent efcf6d45db
commit 9c662d1d9d
11 changed files with 630 additions and 229 deletions

View File

@@ -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,