|
|
@@ -65,7 +65,7 @@
|
|
65
|
65
|
<view style="padding: 5px 0;position: relative;">
|
|
66
|
66
|
<radio style="width: 30px;position: absolute;left: 0;"
|
|
67
|
67
|
:value="item.deptid" :checked="index === current" />
|
|
68
|
|
- <text style="margin-left: 30px;">{{ $mHelper.findParents(departList, item.deptid) }}</text>
|
|
|
68
|
+ <text style="margin-left: 30px;width:700rpx">{{ $mHelper.findParents(departList, item.deptid) }}</text>
|
|
69
|
69
|
</view>
|
|
70
|
70
|
</label>
|
|
71
|
71
|
</radio-group>
|
|
|
@@ -168,7 +168,7 @@
|
|
168
|
168
|
// return;
|
|
169
|
169
|
// }
|
|
170
|
170
|
const params = {
|
|
171
|
|
- deptId: this.onchangedept,
|
|
|
171
|
+ deptId: this.onchangedept || uni.getStorageSync('deptId'),
|
|
172
|
172
|
userid: uni.getStorageSync('userId')
|
|
173
|
173
|
}
|
|
174
|
174
|
this.$http.get('UserAccount/ChangeDeptId', params).then(res => {
|