This commit is contained in:
刘仕伟
2022-03-01 15:46:40 +08:00
parent 19e82479e4
commit 5d8cdf3bb6

View File

@@ -81,7 +81,7 @@ export default {
},
handleCancel() {
this.$confirm("是否要取消本次融资需求发布?").then(() => {
this.instance.post("/appfinancingdemand/userCancel", null, {
this.instance.post("/appfinancingdemand/cancelObtain", null, {
params: {id: this.detail.id}
}).then(res => {
if (res.code == 0) {