zhongrj
2024-04-30 d460747d264db587670ad0853eb0f2e41f48ae1b
src/views/place/mallList.vue
@@ -225,7 +225,7 @@
                        search: false,
                        width: 150,
                        type: "tree",
                        dicUrl: "/api/blade-system/region/tree",
                        dicUrl: "/api/blade-system/region/treeToCommunity",
                        props: {
                            label: "name",
                            value: "id",
@@ -684,6 +684,8 @@
        },
        rowSave(row, done, loading) {
            // 商超
            row['source'] = 3
            if (row.imageUrls.length > 0) {
                var urls = []
                var split = row.imageUrls.split(",").filter(item => item != '')