@zscreate/zhxy-app-component 1.0.207 → 1.0.209

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1378,7 +1378,7 @@ export default {
1378
1378
  uni.navigateTo({
1379
1379
  url: '/pages/picker/picker?departRelation=' + (this.widget.options.departRelation ? 1 : 0) + '&departId=' + departId + '&departName=' + departName + '&sign=' + PubsubSign + '&multiple=' + flag + '&roleId=' + (this
1380
1380
  .widget.options.role ? this.widget.options.role : '') + '&selectedData=' + JSON
1381
- .stringify(this.dataModel ? this.dataModel : []) + '&selectedUserIds=' + selectedUserIds
1381
+ .stringify(this.dataModel ? this.dataModel : []) + '&selectedUserIds=' + selectedUserIds + '&userSelectByMyself=' + (this.widget.options.userSelectByMyself ? this.widget.options.userSelectByMyself : '1')
1382
1382
  });
1383
1383
  },
1384
1384
 
@@ -40,7 +40,7 @@
40
40
  </u-tr>
41
41
  </u-table>
42
42
  </view>
43
- <view style="display: flex; justify-content: space-between; margin-top: 20rpx; gap: 20px">
43
+ <view style="display: flex;justify-content: space-between;padding: 0 15%;margin-left: -11px; margin-top: 20rpx; gap: 20px;position: fixed;bottom: 0;width: 100%;border-top: 1px solid rgb(219, 219, 219);height: 100rpx;align-items: center;z-index: 9999;background-color: #fff;">
44
44
  <u-button type="primary" size="medium" @click="handleSelectRoleUserOk" :custom-style="{borderRadius: '5px'}">确定</u-button>
45
45
  <u-button size="medium" @click="roleSelectShow = false" :custom-style="{borderRadius: '5px'}">取消</u-button>
46
46
  </view>
@@ -217,5 +217,6 @@ export default {
217
217
  .role-select-body {
218
218
  display: flex;
219
219
  flex-direction: column;
220
+ padding-bottom: 120rpx !important;
220
221
  }
221
222
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.207",
3
+ "version": "1.0.209",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",