shuishen
2024-01-29 4054e99785ca3f36fbf99caae170a83b5da8ee43
src/views/property/oiae.vue
@@ -253,6 +253,28 @@
                        valueFormat: "yyyy-MM-dd HH:mm:ss",
                    },
                    {
                        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",
@@ -542,7 +564,10 @@
                })
                row.url = urls.join(",")
            }
            add(row).then(
            add({
                ...row,
                district_id: row.articleList
            }).then(
                () => {
                    this.onLoad(this.page)
                    this.$message({
@@ -569,7 +594,10 @@
                row.url = urls.join(",")
            }
            update(row).then(
            update({
                ...row,
                district_id: row.articleList
            }).then(
                () => {
                    this.onLoad(this.page)
                    this.$message({