zhongrj
2024-01-12 bcc15e63a3a58f47cd7ef08b5ecd3d86ca915cd6
网格日志修改
1 files modified
5 ■■■■ changed files
src/views/cGovernance/gridWorkLog.vue 5 ●●●● patch | view | raw | blame | history
src/views/cGovernance/gridWorkLog.vue
@@ -468,6 +468,7 @@
            if (["edit", "view"].includes(type)) {
                getGridWorkLog(this.form.id).then((res) => {
                    this.form = res.data.data
                    if (this.form.url) {
                    if (this.form.url.length > 0) {
                        var urls = []
                        var names = this.form.url.split(",")
@@ -476,7 +477,7 @@
                        })
                        this.form.url = urls.join(",")
                    }
                    }
                    getPersonPublicSelect({
                        id: this.form.householdId
                    }).then(res => {
@@ -517,6 +518,7 @@
                this.page.total = data.total
                this.data = data.records
                this.data.forEach(item => {
                    if (item.url) {
                    if (item.url.length > 0) {
                        var urls = []
                        var names = item.url.split(",")
@@ -525,6 +527,7 @@
                        })
                        item.url = urls.join(",")
                    }
                    }
                })
                this.loading = false
                this.selectionClear()