LAPTOP-FO2T5SIU\35838 7 月之前
父节点
当前提交
ce522a9e73
共有 1 个文件被更改,包括 2 次插入6 次删除
  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) {
         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) {
         getChildrenData(data) {
             if (data) {
             if (data) {