@zscreate/zhxy-app-component 1.0.212 → 1.0.214
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.
|
@@ -109,6 +109,7 @@ export default {
|
|
|
109
109
|
this.rolesList = res.result.records.filter((item) => {
|
|
110
110
|
return this.role.includes(item.id);
|
|
111
111
|
})
|
|
112
|
+
this.roleChange('')
|
|
112
113
|
}).finally(() => {
|
|
113
114
|
this.isLoading = false
|
|
114
115
|
})
|
|
@@ -209,7 +210,7 @@ export default {
|
|
|
209
210
|
flex: 1;
|
|
210
211
|
}
|
|
211
212
|
/deep/ .u-icon__icon {
|
|
212
|
-
top: -
|
|
213
|
+
top: -1px !important;
|
|
213
214
|
}
|
|
214
215
|
/deep/ .u-checkbox__label {
|
|
215
216
|
display: none !important;
|