Lou
2024-01-15 fecd88e3864229a0d0401cb81f127c3c9a1d37f2
Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jczz_web
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()