@zscreate/zhxy-app-component 1.0.87 → 1.0.89

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.
@@ -886,7 +886,7 @@ export default {
886
886
  },
887
887
 
888
888
  downLoadFile(item) {
889
- downloadFile(this.downloadUrl, { path: item.url, name: item.name })
889
+ downloadFile(this.downLoadUrl, { path: item.url, name: item.name })
890
890
  },
891
891
 
892
892
  /**纠错**/
@@ -81,7 +81,7 @@
81
81
  this.$emit('fileDelete', idx)
82
82
  },
83
83
  downLoadFile(path, name) {
84
- downloadFile(this.downloadUrl, { path, name })
84
+ downloadFile(this.downLoadUrl, { path, name })
85
85
  },
86
86
  chooseMessageFile: function(e) {
87
87
  console.log(this.widget, )
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <u-popup v-model="roleSelectShow" width="100%">
3
- <view style="padding: 20rpx">
3
+ <view class="role-select-body" style="padding: 20rpx; margin-top: 40rpx">
4
4
  <view>角色选择</view>
5
5
  <u-radio-group v-model="roleChecked" >
6
6
  <u-radio
@@ -101,7 +101,7 @@ export default {
101
101
  }).then(res => {
102
102
  this.rolesList = res.result.records.filter((item) => {
103
103
  return this.role.includes(item.id);
104
- });
104
+ })
105
105
  }).finally(() => {
106
106
  this.isLoading = false
107
107
  })
@@ -201,4 +201,10 @@ export default {
201
201
  /deep/ u-th {
202
202
  flex: 1;
203
203
  }
204
+
205
+
206
+ .role-select-body {
207
+ display: flex;
208
+ flex-direction: column;
209
+ }
204
210
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.87",
3
+ "version": "1.0.89",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",