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 != '')