diff --git a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
index bf33313..624a93d 100644
--- a/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
+++ b/src/project/pingchang/AppPartyAuth/partyAuthApply.vue
@@ -79,7 +79,6 @@
-
@@ -145,7 +144,6 @@ export default {
},
submit() {
-
if (!this.form.name) {
return this.$toast('请输入党员姓名')
}
diff --git a/src/project/pingchang/AppPhotoReport/PhotoDetail.vue b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue
index 0fe76bb..f2cfb59 100644
--- a/src/project/pingchang/AppPhotoReport/PhotoDetail.vue
+++ b/src/project/pingchang/AppPhotoReport/PhotoDetail.vue
@@ -2,7 +2,7 @@
{{ info.content }}
- {{ $dict.getLabel('clapEventStatus',info.eventStatus) }}
+ {{ $dict.getLabel('clapEventStatus',info.eventStatus) }}
@@ -54,7 +54,6 @@
@@ -81,13 +80,13 @@ export default {
}
},
computed: {
- detailStatus: v => {
- const status = !v.evaluation.id ? v.info.eventStatus : 'evaluation'
- return {
- cls: 'status-' + status,
- // label: !v.evaluation.id ? v.$dict.getLabel('clapEventStatus', v.info.eventStatus) : "已评价"
- }
- },
+ // detailStatus: v => {
+ // const status = !v.evaluation.id ? v.info.eventStatus : 'evaluation'
+ // return {
+ // cls: 'status-' + status,
+ // label: !v.evaluation.id ? v.$dict.getLabel('clapEventStatus', v.info.eventStatus) : "已评价"
+ // }
+ // },
process() {
const list = this.info.processList
if (this.evaluation.id) {
diff --git a/src/project/pingchang/AppPhotoReport/PhotoForm.vue b/src/project/pingchang/AppPhotoReport/PhotoForm.vue
index 4d8da2d..48243f2 100644
--- a/src/project/pingchang/AppPhotoReport/PhotoForm.vue
+++ b/src/project/pingchang/AppPhotoReport/PhotoForm.vue
@@ -20,7 +20,6 @@
-
@@ -65,7 +64,7 @@
图片上传
(最多9张)
-
+
@@ -175,7 +174,7 @@ export default {
})
},
getDict() {
- this.$instance.post(`/app/appclapeventgroup/list?current=1&size=100000`).then(res => {
+ this.$instance.post(`/app/appclapeventgrouppingchang/list?current=1&size=100000`).then(res => {
if (res?.code == 0) {
this.dictList = res.data.records.map(v => {
return {
diff --git a/src/project/pingchang/AppPhotoReport/PhotoResult.vue b/src/project/pingchang/AppPhotoReport/PhotoResult.vue
index ddcca7f..0341d05 100644
--- a/src/project/pingchang/AppPhotoReport/PhotoResult.vue
+++ b/src/project/pingchang/AppPhotoReport/PhotoResult.vue
@@ -1,14 +1,14 @@