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");
+
}
})