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,
diff --git a/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue b/project/xiushan/apps/financing/AppFinancingNeeds/needsDetail.vue
index 909038a7..8a626702 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) {