shuishen
2024-01-29 4054e99785ca3f36fbf99caae170a83b5da8ee43
src/views/property/ownersCommittee.vue
@@ -219,6 +219,29 @@
                },
                {
                    width: 110,
                    label: "所属街道",
                    addDisplay: false,
                    editDisplay: false,
                    viewDisplay: false,
                    prop: "streetName",
                    search: true,
                    searchSpan: 4
                },
                {
                    width: 156,
                    overHidden: true,
                    label: "所属社区",
                    addDisplay: false,
                    editDisplay: false,
                    viewDisplay: false,
                    prop: "communityName",
                    search: true,
                    searchSpan: 4
                },
                {
                    width: 100,
                    label: "发布状态",
                    prop: "publish",
@@ -405,7 +428,10 @@
                })
                row.url = urls.join(",")
            }
            add(row).then(
            add({
                ...row,
                district_id: row.articleList
            }).then(
                () => {
                    this.onLoad(this.page)
                    this.$message({
@@ -432,7 +458,10 @@
                row.url = urls.join(",")
            }
            update(row).then(
            update({
                ...row,
                district_id: row.articleList
            }).then(
                () => {
                    this.onLoad(this.page)
                    this.$message({