From e05429def3253e2d35e410775261bdb6de76c383 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?=
<819653817@qq.com>
Date: Fri, 30 Aug 2024 16:15:59 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E5=8F=96=E6=B6=88name..?=
=?UTF-8?q?=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
package.json | 4 ++--
src/views/modules/volunteer/VolManage/see.vue | 3 +--
src/views/modules/volunteer/activityArchive/add.vue | 12 ++++++++++++
.../modules/volunteer/activityArchive/select.vue | 4 ++++
4 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index b120408b8..1bb574cc2 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"et": "node_modules/.bin/et",
"et:init": "node_modules/.bin/et -i",
"et:list": "gulp themes"
- },
+ },
"dependencies": {
"@antv/l7": "2.9.14",
"@antv/l7-draw": "3.0.5",
@@ -27,7 +27,7 @@
"axios": "^0.19.0",
"babel-eslint": "^8.0.1",
"babel-plugin-component": "^1.1.1",
- "css-loader": "^5.0.0",
+ "css-loader": "^5.0.0",
"echarts": "^5.2.2",
"echarts-gl": "^2.0.9",
"element-theme": "2.0.1",
diff --git a/src/views/modules/volunteer/VolManage/see.vue b/src/views/modules/volunteer/VolManage/see.vue
index cfa1f18ba..ce62f03de 100644
--- a/src/views/modules/volunteer/VolManage/see.vue
+++ b/src/views/modules/volunteer/VolManage/see.vue
@@ -67,8 +67,7 @@ export default {
let params={
pageSize:this.pageSize,
pageNo:this.pageNo,
- mobile:this.fmData.mobile,
- name:this.fmData.name,
+
id:this.fmData.id
}
const { data, code, msg } = await requestPost(url,params);
diff --git a/src/views/modules/volunteer/activityArchive/add.vue b/src/views/modules/volunteer/activityArchive/add.vue
index a5fab4593..078fa12cc 100644
--- a/src/views/modules/volunteer/activityArchive/add.vue
+++ b/src/views/modules/volunteer/activityArchive/add.vue
@@ -47,6 +47,18 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/volunteer/activityArchive/select.vue b/src/views/modules/volunteer/activityArchive/select.vue
index a851bcacc..56891fb81 100644
--- a/src/views/modules/volunteer/activityArchive/select.vue
+++ b/src/views/modules/volunteer/activityArchive/select.vue
@@ -355,6 +355,9 @@ export default {
this.formData.sponsors=res.data.sponsors,
this.searchValue=res.data.address
this.formData.activityImgs=[{url:res.data.imgs}]
+ if ( this.formData.notQuota==0) {
+ this.checked=true
+ }
} else {
this.$message.error(res.msg);
@@ -654,6 +657,7 @@ export default {
this.orgOptions = [];
this.orgOptions.push(res.data);
console.log(this.orgOptions,"this.orgOptions");
+
}
})