refactor(02): input select
This commit is contained in:
parent
05f0d00871
commit
3b0510922b
4 changed files with 428 additions and 159 deletions
|
|
@ -599,10 +599,6 @@ onMounted(async () => {
|
|||
modeView.value = $q.screen.lt.md ? true : false;
|
||||
|
||||
await fetchUserList();
|
||||
|
||||
userStore.userOption.roleOpts.length === 0
|
||||
? await userStore.fetchRoleOption()
|
||||
: '';
|
||||
if (optionStore.globalOption) {
|
||||
userStore.userOption.genderOpts = optionStore.globalOption.gender;
|
||||
userStore.userOption.responsibleAreaOpts = optionStore.globalOption.area;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue