add: view users of company
This commit is contained in:
@@ -17,19 +17,13 @@
|
||||
|
||||
const loading = ref(false);
|
||||
const msgError = ref('');
|
||||
const msgSuccess = ref('');
|
||||
const companyCategories = ref([]);
|
||||
const companyStates = ref([]);
|
||||
const companyCity = ref([]);
|
||||
const companyTruckType = ref([]);
|
||||
|
||||
onMounted(() => {
|
||||
console.log('EditCompanyModal');
|
||||
console.log(companyStore.company)
|
||||
if(companyStore.company){
|
||||
// companyCategories.value = companyStore.company.categories.map(m =>{
|
||||
// return { name: m.name };
|
||||
// });
|
||||
companyCategories.value = companyStore.company.categories;
|
||||
}
|
||||
if(companyStore.company){
|
||||
|
||||
Reference in New Issue
Block a user