This commit is contained in:
花有清香月有阴
2022-01-17 11:01:12 +08:00
parent 70bcace7b4
commit 9f84f1b734

View File

@@ -165,6 +165,7 @@ export default {
document.title = '婚丧嫁娶' document.title = '婚丧嫁娶'
}, },
mounted() { mounted() {
this.getList()
this.Echart = echarts.init(document.getElementById('yearStatistic', 'modeType')) this.Echart = echarts.init(document.getElementById('yearStatistic', 'modeType'))
}, },
methods: { methods: {
@@ -278,6 +279,7 @@ export default {
this.$http.post(`/app/appmarriagefuneralinfo/delete?ids=${this.deletId}`).then((res) => { this.$http.post(`/app/appmarriagefuneralinfo/delete?ids=${this.deletId}`).then((res) => {
if (res.code == 0) { if (res.code == 0) {
this.$u.toast('删除成功!') this.$u.toast('删除成功!')
this.$forceUpdate()
this.getList() this.getList()
} }
}) })
@@ -417,10 +419,10 @@ uni-page-body {
.myReport { .myReport {
padding-bottom: 105px; padding-bottom: 105px;
// background: #f3f6f9; // height: 100%;
::v-deep .AiCard { ::v-deep .AiCard {
background: #f3f6f9; background: #f5f5f5;
padding: 0 24px 24px 24px; padding: 0 24px 24px 24px;
.start { .start {
@@ -507,7 +509,7 @@ uni-page-body {
} }
.u-load-more-wrap { .u-load-more-wrap {
background: #f3f6f9 !important; background: #f5f5f5 !important;
margin: 0 !important; margin: 0 !important;
padding: 30px 0; padding: 30px 0;
} }