From 5d8cdf3bb6701d2e6d9e4766090081102ed2c2ec Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com>
Date: Tue, 1 Mar 2022 15:46:40 +0800
Subject: [PATCH 1/2] 27898
---
.../xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
index c9f5cd03..4a4e19a9 100644
--- a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
+++ b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
@@ -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) {
From 05e92437c8d4522dd42eb856077a4ffe83b29833 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=88=98=E4=BB=95=E4=BC=9F?= <499672082@qq.com>
Date: Tue, 1 Mar 2022 18:10:26 +0800
Subject: [PATCH 2/2] 27921
---
project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue
index 19b766b5..abaea260 100644
--- a/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue
+++ b/project/xiushan/apps/AppAccountXiushan/AppAccountXiushan.vue
@@ -10,7 +10,7 @@
功能分配
-
@@ -137,7 +137,7 @@ export default {
dialogForm: {},
optionsParty: [],
tableData: [],
- search: {name: ""},
+ search: {condition: ""},
ids: [],
lock: false,
accountDialog: false,