|
@@ -88,6 +88,7 @@
|
|
|
import Base from '@/views/base/base.vue'
|
|
|
import BaseData from '@/views/base/baseData.vue'
|
|
|
import ParkRoom from '@/views/customerManagement/roomChose/roomIndex.vue'
|
|
|
+import constant from '@/static/utils/constant'
|
|
|
|
|
|
export default {
|
|
|
name: 'AddHouse',
|
|
@@ -190,8 +191,13 @@ export default {
|
|
|
this.AllData.splice(index, 1)
|
|
|
},
|
|
|
|
|
|
- downLoad() {
|
|
|
-
|
|
|
+ downLoad(row) {
|
|
|
+ // const data = {
|
|
|
+ // customerManagementId: this.customerManagementId,
|
|
|
+ // houseId: row.houseId
|
|
|
+ // }
|
|
|
+ // const url = constant.BASE_URI + '/RoomSelectionInfoController/download?customerManagementId=' + this.customerManagementId + '&houseId=' + row.houseId
|
|
|
+ // window.location.href = url
|
|
|
},
|
|
|
getChildrenData(data) {
|
|
|
if (data) {
|