diff --git a/src/apps/AppMarryAndDie/Add.vue b/src/apps/AppMarryAndDie/Add.vue index bb7b1fd4..78ecd89f 100644 --- a/src/apps/AppMarryAndDie/Add.vue +++ b/src/apps/AppMarryAndDie/Add.vue @@ -26,13 +26,13 @@
- - + +
- + @@ -67,7 +67,7 @@ export default { modeTypeValue: '', phone: '', - areaId: '', + address: '', content: '', personType: 1, @@ -81,10 +81,9 @@ export default { computed: { ...mapState(['user']) }, onLoad() { this.$dict.load('marriageType', 'modeType') - this.forms.areaId = this.user.areaId }, onShow() { - document.title = "婚丧嫁娶" + document.title = '婚丧嫁娶' }, mounted() {}, @@ -103,12 +102,6 @@ export default { if (!this.forms.phone) { return this.$u.toast('请输入联系电话') } - if (!this.forms.areaId) { - return this.$u.toast('请输入地址') - } - if (!this.forms.content) { - return this.$u.toast('请输入详细描述信息') - } const imgs = [] if (this.forms.files) { @@ -125,7 +118,7 @@ export default { modeType: this.forms.modeTypeValue, phone: this.forms.phone, - address: this.forms.areaId, + address: this.forms.address, content: this.forms.content, createUserId: this.user.id, personType: this.forms.personType, @@ -158,10 +151,6 @@ export default { this.forms.modeTypeValue = e[0].value } }, - - areaSelect(e) { - this.forms.areaId = e.id - }, }, } diff --git a/src/apps/AppMarryAndDie/AllActiveList.vue b/src/apps/AppMarryAndDie/AllActiveList.vue index 3c9422de..32ba9b20 100644 --- a/src/apps/AppMarryAndDie/AllActiveList.vue +++ b/src/apps/AppMarryAndDie/AllActiveList.vue @@ -34,12 +34,12 @@ {{ item.createTime.substring(0, item.createTime.length - 3) }} -
+
上报地点 {{ item.address }}
-
+
上报内容 {{ item.content }}
diff --git a/src/apps/AppMarryAndDie/AppMarryAndDie.vue b/src/apps/AppMarryAndDie/AppMarryAndDie.vue index a97171c1..a78f63a8 100644 --- a/src/apps/AppMarryAndDie/AppMarryAndDie.vue +++ b/src/apps/AppMarryAndDie/AppMarryAndDie.vue @@ -69,12 +69,12 @@ {{ item.createTime.substring(0, item.createTime.length - 3) }}
-
+
上报地点 {{ item.address }}
-
+
上报内容 {{ item.content }}
diff --git a/src/apps/AppMarryAndDie/CadreList.vue b/src/apps/AppMarryAndDie/CadreList.vue index cd25a060..9322a701 100644 --- a/src/apps/AppMarryAndDie/CadreList.vue +++ b/src/apps/AppMarryAndDie/CadreList.vue @@ -34,12 +34,12 @@ {{ item.createTime.substring(0, item.createTime.length - 3) }}
-
+
上报地点 {{ item.address }}
-
+
上报内容 {{ item.content }}
diff --git a/src/apps/AppMarryAndDie/FuneralList.vue b/src/apps/AppMarryAndDie/FuneralList.vue index 80adde35..c447db13 100644 --- a/src/apps/AppMarryAndDie/FuneralList.vue +++ b/src/apps/AppMarryAndDie/FuneralList.vue @@ -34,12 +34,12 @@ {{ item.createTime.substring(0, item.createTime.length - 3) }}
-
+
上报地点 {{ item.address }}
-
+
上报内容 {{ item.content }}
diff --git a/src/apps/AppMarryAndDie/MarryList.vue b/src/apps/AppMarryAndDie/MarryList.vue index a9bdc7ae..f7bb269f 100644 --- a/src/apps/AppMarryAndDie/MarryList.vue +++ b/src/apps/AppMarryAndDie/MarryList.vue @@ -34,12 +34,12 @@ {{ item.createTime.substring(0, item.createTime.length - 3) }}
-
+
上报地点 {{ item.address }}
-
+
上报内容 {{ item.content }}