-
+
-
+
-->
-
+
-->
-
+
-
+
-->
-
+
-
+
预览
-
+
-
+
@@ -130,7 +130,7 @@
placeholder="结束时间">
-
+
-
+
-
+
反馈内容
-
+
-
+
-
+
-
+
-
+
-->
-
+
-
+
-->
-
+
-
+
-->
@@ -284,9 +284,9 @@
-
+
-
+
取 消
@@ -296,7 +296,7 @@
:disabled="btnDisable"
@click="handleComfirm">确 定
-
+
-
+
-
-
+
+
-
\ No newline at end of file
diff --git a/src/views/modules/communityService/commonDemand/index.vue b/src/views/modules/communityService/commonDemand/index.vue
index 8a745bdf4..6791eae47 100644
--- a/src/views/modules/communityService/commonDemand/index.vue
+++ b/src/views/modules/communityService/commonDemand/index.vue
@@ -478,7 +478,7 @@
queryPurpose: query,
};
await this.$http
- .post("/heart/userdemand/servicelist", params)
+ .post("/governance/userdemand/servicelist", params)
.then(({ data: res }) => {
if (res.code !== 0) {
return this.$message.error(res.msg);
@@ -501,7 +501,7 @@
async loadRuleList () {
- const url = "/heart/policy/rulelist/" + this.policyId
+ const url = "/governance/policy/rulelist/" + this.policyId
let params = {}
@@ -601,7 +601,7 @@
async cancelFuwu () {
- const url = '/heart/icServiceRecordV2/cancel';
+ const url = '/governance/icServiceRecordV2/cancel';
let params = {
serviceRecordId: this.serviceRecordId
}