27898
This commit is contained in:
@@ -81,7 +81,7 @@ export default {
|
|||||||
},
|
},
|
||||||
handleCancel() {
|
handleCancel() {
|
||||||
this.$confirm("是否要取消本次融资需求发布?").then(() => {
|
this.$confirm("是否要取消本次融资需求发布?").then(() => {
|
||||||
this.instance.post("/appfinancingdemand/userCancel", null, {
|
this.instance.post("/appfinancingdemand/cancelObtain", null, {
|
||||||
params: {id: this.detail.id}
|
params: {id: this.detail.id}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.code == 0) {
|
if (res.code == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user