Hwt 2 tahun lalu
induk
melakukan
9ee71afe60

+ 1 - 1
operationSupport/src/views/buildingManagement/pageJump/addoredit.vue

@@ -880,7 +880,7 @@ export default {
 <style lang="scss" >
 <style lang="scss" >
 @import './popup.scss';
 @import './popup.scss';
 .el-scrollbar__wrap {
 .el-scrollbar__wrap {
-    overflow: hidden !important;
+    // overflow: hidden !important;
 }
 }
 
 
 .el-select-dropdown__wrap {
 .el-select-dropdown__wrap {

+ 1 - 0
operationSupport/src/views/businessManagement/InvestmentResources/stepPage/add.vue

@@ -348,6 +348,7 @@ export default {
       if (value.length != 0) {
       if (value.length != 0) {
         this.$http.get('/czc-community/assets/house/find/' + value[value.length - 1]).then(({ status, data, msg }) => {
         this.$http.get('/czc-community/assets/house/find/' + value[value.length - 1]).then(({ status, data, msg }) => {
           if (status == 0) {
           if (status == 0) {
+            debugger
             this.formData.residentId = data.residentId;
             this.formData.residentId = data.residentId;
             this.rentSaleType = data.salesType == 1 ? '可租可售' : data.salesType == 2 ? '只租' : data.salesType == 3 ? '只售' : '-';
             this.rentSaleType = data.salesType == 1 ? '可租可售' : data.salesType == 2 ? '只租' : data.salesType == 3 ? '只售' : '-';
             this.houseType = data.buildingType == 1 ? '住宅' : data.buildingType == 2 ? '商用' : '-';
             this.houseType = data.buildingType == 1 ? '住宅' : data.buildingType == 2 ? '商用' : '-';

+ 1 - 1
operationSupport/src/views/ownerManagement/ownerReview/index.vue

@@ -115,7 +115,7 @@ export default {
             if (val == 1) {
             if (val == 1) {
               return '业主';
               return '业主';
             } else if (val == 2) {
             } else if (val == 2) {
-              return '亲属';
+              return '承租人';
             } else if (val == 3) {
             } else if (val == 3) {
               return '租客';
               return '租客';
             } else if (val == 4) {
             } else if (val == 4) {