zjs_project 1 gadu atpakaļ
vecāks
revīzija
d4afcc260f

+ 5 - 0
src/pages/webgl_rxdz_houseList/webgl_rxdz_houseList.vue

@@ -51,6 +51,11 @@
 		// 	houseList,
 		// },
 		watch: {},
+		computed: {
+			userId() {
+				return this.$store.state.userId;
+			},
+		},
 		mounted(options) {
 			console.log("***onLoad-webgl_rxdz_houseList***", this.$route.query)
 			let queryObj = getStorage('queryObj') ? JSON.parse(getStorage('queryObj')) : null;