LAPTOP-FO2T5SIU\35838 7 mēneši atpakaļ
vecāks
revīzija
ce522a9e73
1 mainītis faili ar 2 papildinājumiem un 6 dzēšanām
  1. 2 6
      src/views/customerManagement/roomChose/addHouse.vue

+ 2 - 6
src/views/customerManagement/roomChose/addHouse.vue

@@ -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) {