File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
dataService/module/dataService
workspace/module/permissions/module Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ export default {
191
191
if (isUpdate) {
192
192
isHad = false ;
193
193
const groupData = this .allProjectTree .find (item => {
194
- return item .id + " " === this .apiForm .groupId + " " ;
194
+ return item .groupId + " " === this .apiForm .groupId + " " ;
195
195
});
196
196
if (groupData) {
197
197
const apis2 = groupData .apis || [];
Original file line number Diff line number Diff line change 100
100
$t('message.permissions.superior') +
101
101
$t('message.permissions.forSelect')
102
102
"
103
- defaultExpandLevel =" Infinity"
103
+ : defaultExpandLevel =" Infinity"
104
104
search-nested
105
105
required
106
106
style =" width : 300px "
Original file line number Diff line number Diff line change 161
161
$t('message.permissions.userDepart') +
162
162
$t('message.permissions.forSelect')
163
163
"
164
- defaultExpandLevel =" Infinity"
164
+ : defaultExpandLevel =" Infinity"
165
165
search-nested
166
166
required
167
167
style =" width : 300px "
@@ -333,8 +333,8 @@ export default {
333
333
tag === " empty"
334
334
? this .$t (" message.permissions.passwordEmpty" )
335
335
: tag === " keyboard"
336
- ? this .$t (" message.permissions.pwdKeyboardError" )
337
- : this .$t (" message.permissions.pwdCheckError" )
336
+ ? this .$t (" message.permissions.pwdKeyboardError" )
337
+ : this .$t (" message.permissions.pwdCheckError" )
338
338
)
339
339
);
340
340
}
You can’t perform that action at this time.
0 commit comments