|
@@ -225,12 +225,8 @@ export default {
|
|
|
},
|
|
|
|
|
|
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
|
|
|
+ const url = constant.BASE_URI + '/RoomSelectionInfoController/download?customerManagementId=' + this.customerManagementId + '&houseId=' + row.houseId
|
|
|
+ window.location.href = url
|
|
|
},
|
|
|
getChildrenData(data) {
|
|
|
if (data) {
|