diff --git a/src/utils/index.js b/src/utils/index.js
index ec577e6cb..0b5a858b0 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -46,7 +46,6 @@ export function clearLoginInfo() {
console.log('==========clearLoginInfo')
store.commit("resetStore");
localStorage.removeItem("token");
- localStorage.setItem('thePageAtExit', location.href);
window.SITE_CONFIG["dynamicMenuRoutesHasAdded"] = false;
}
diff --git a/src/views/modules/home/index.vue b/src/views/modules/home/index.vue
index d0b652438..4f29571fc 100644
--- a/src/views/modules/home/index.vue
+++ b/src/views/modules/home/index.vue
@@ -276,7 +276,7 @@ export default {
mounted() {
// this.ehso();
//图形
-
+
this.getApiData();
this.$nextTick(() => {
diff --git a/src/views/modules/portrayal/jumin/index.vue b/src/views/modules/portrayal/jumin/index.vue
index 06f0f69d2..c13f6ba77 100644
--- a/src/views/modules/portrayal/jumin/index.vue
+++ b/src/views/modules/portrayal/jumin/index.vue
@@ -990,6 +990,7 @@ export default {
{
id: "volunteerDto",
title: "志愿者信息",
+ scrollId: "volunteer",
children: [
{
label: "志愿者类别",
@@ -1280,6 +1281,7 @@ export default {
chronic_disease: "慢病信息",
base: "基本信息",
business_record:'业务记录',
+ volunteer:'志愿者信息',
update_record:'更新记录'
};
const keysWithValueOne = [];
@@ -1340,7 +1342,6 @@ export default {
sortedData.push(item);
}
});
- console.log(sortedData);
// 将 data 中剩余的项放入 sortedData
this.menuList.forEach(item => {
if (!orderIds.includes(item.id)) {
diff --git a/src/views/modules/shequzhili/event/cpts/event-detail.vue b/src/views/modules/shequzhili/event/cpts/event-detail.vue
index 30c0d1fe0..710213304 100644
--- a/src/views/modules/shequzhili/event/cpts/event-detail.vue
+++ b/src/views/modules/shequzhili/event/cpts/event-detail.vue
@@ -13,14 +13,14 @@
-
受理员编号
+
工单编号
{{ info.clerkNumber }}
办结时限
{{ info.timeLimit }}
-
工单编号
-
{{ info.workOrderNum }}
+
接收时间
+
{{ info.happenTime }}
紧急程度
{{ info.exigency }}
diff --git a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue
index cac99a957..2db7d7ea1 100644
--- a/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue
+++ b/src/views/modules/shequzhili/peopleOpinons/cpts/eventDetail.vue
@@ -49,33 +49,35 @@
'm-info-prop',
{ 'm-info-prop-vis': source === 'visiual' },
]">
-
意见标题:
+
建议主题:
{{ info.subjectTitle }}
- 意见内容:
+ 建议内容:
{{ info.eventContent }}
-
-
意见文档:
-
下载文件
-
-
+ { 'm-info-prop-vis': source === 'visiual' },
+ ]">
+
建议附件:
+
+
+
![]()
+
{{ file.name }}
+
下载
+
+
- 建议人:
+ 建议人姓名:
{{ info.name }}
+ ]">
建议人年龄:
{{ info.age }}
+ ]">
建议人身份:
{{ ideaIdentityName }}
@@ -143,7 +145,7 @@
{ 'm-info-prop-vis': source === 'visiual' },
]">
办理前:
-
{
- console.log(item,"奥特玛");
- window.open(item, '_blank');
- });
+ window.open(data.url, '_blank');
},
async loadGrid() {
const url = "/gov/org/customergrid/gridoption";
@@ -440,4 +444,21 @@ export default {
margin-right: 10px;
}
}
+.uploadList1{
+// width: 99%;
+ display: flex;
+// justify-content: space-between;
+ align-items: center;
+ flex-wrap: wrap;
+ >div{
+ display: flex;
+ color: #606266;
+ align-items: center;
+ justify-content: space-between;
+ width: 100%;
+ &:hover{
+ background-color: #f5f7fa;
+ }
+ }
+}
\ No newline at end of file
diff --git a/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue b/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue
index b264cd25e..c9fc2deba 100644
--- a/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue
+++ b/src/views/modules/shequzhili/peopleOpinons/opinionsDaily.vue
@@ -4,7 +4,7 @@
-
+
@@ -17,17 +17,17 @@
-->
-
+
-
+
-
+
@@ -48,7 +48,7 @@
-
+
@@ -87,13 +87,13 @@
-
+
-
+
-
+
-
+
-
+
-
+
@@ -48,7 +48,7 @@
-
+
@@ -92,11 +92,11 @@
-->
-
+
-
+
-
+
+ @click="handlComment(scope.row)">评论管理
+
@@ -110,6 +107,10 @@
width="850px" top="10vh" class="dialog-h" @closed="showEditClose">
+
+
+
至
-
-
@@ -364,12 +344,10 @@ export default {
},
watch: {
'formData.notQuota'(newValue) {
- console.log(newValue,'newvalue');
// 当 notQuota 变为 '0' 时,清空 quota
if (newValue === '0') {
this.formData.quota = '';
}
- console.log( this.formData.quota);
}
},
@@ -378,12 +356,7 @@ export default {
this.getTableData2()
this.volunteerservicetype()
this.getTableData()
- // this.startLoading()
- // await this.loadInfo()
- // this.endLoading()
this.getOrgTreeList()
-
-
},
methods: {
@@ -468,7 +441,7 @@ export default {
}
},
//获取活动详情
- async getTableData() {
+ getTableData() {
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/project-list";
const url = `/voluntary/activityInfo/detail/${this.list.id}`;
requestGet(url).then((res) => {
@@ -529,7 +502,10 @@ export default {
},
//提交
async handleComfirm() {
-
+ if (this.formData.notQuota == '1' && this.formData.quota === 0) {
+ this.$message.error('活动人数不能为');
+ return false;
+ }
if (this.formData.address == '') {
this.$message.error('请输入活动地点');
return;
diff --git a/src/views/pages/login.vue b/src/views/pages/login.vue
index f5a22e4b3..12ad1a647 100644
--- a/src/views/pages/login.vue
+++ b/src/views/pages/login.vue
@@ -161,15 +161,8 @@ export default {
methods: {
// 登陆后跳转逻辑
skipAfterLogin() {
- let href = localStorage.getItem("thePageAtExit");
- if (href && href.indexOf("login") == -1) {
- localStorage.removeItem("thePageAtExit");
- location.href = href;
- } else {
- localStorage.removeItem("thePageAtExit");
const redirect = this.$route.query.redirect || '/'
this.$router.replace(redirect);
- }
},
// 获取公钥
getPubKey() {