chore: prettier source code
This commit is contained in:
@@ -47,7 +47,7 @@ export default {
|
||||
|
||||
methods: {
|
||||
onConfirm(values) {
|
||||
this.value = values.map(item => item.name).join('/');
|
||||
this.value = values.map((item) => item.name).join('/');
|
||||
this.showArea = false;
|
||||
},
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ export default {
|
||||
},
|
||||
|
||||
asyncValidator(val) {
|
||||
return new Promise(resolve => {
|
||||
return new Promise((resolve) => {
|
||||
this.$toast.loading(this.t('validating'));
|
||||
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user