|
@@ -189,6 +189,18 @@
|
|
|
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="uni-list">
|
|
|
+ <view class="container" style="border-bottom: 1px solid #f8f8f8;">
|
|
|
+ <view class="uni-list-cell-left">
|
|
|
+ 管理所
|
|
|
+ </view>
|
|
|
+ <view class="uni-list-cell-db" style="margin-top: 10;">
|
|
|
+ <span style="color: darkgray;"
|
|
|
+ v-model="administrative">{{administrative}}</span>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<!--报警器切断阀-->
|
|
@@ -579,6 +591,7 @@
|
|
|
houseHeadName: '',
|
|
|
houseHeadPhone: '',
|
|
|
houseHeadIDcardNumber: '',
|
|
|
+ administrative: '',
|
|
|
type: '',
|
|
|
changefj:false,
|
|
|
change: false,
|
|
@@ -979,6 +992,7 @@
|
|
|
this.houseHeadName = "";
|
|
|
this.houseHeadPhone = "";
|
|
|
this.houseHeadIDcardNumber = "";
|
|
|
+ this.administrative = "";
|
|
|
getAreaList(item.dictValue).then(res => {
|
|
|
this.XQList = res.data;
|
|
|
})
|
|
@@ -1010,6 +1024,7 @@
|
|
|
this.houseHeadName = "";
|
|
|
this.houseHeadPhone = "";
|
|
|
this.houseHeadIDcardNumber = "";
|
|
|
+ this.administrative = item.administrative;
|
|
|
getBuildingList(item.id).then(res => {
|
|
|
this.LDList = res.data
|
|
|
})
|