zjs_project 1 년 전
부모
커밋
d4afcc260f
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/pages/webgl_rxdz_houseList/webgl_rxdz_houseList.vue

+ 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;