Corretto le richieste di amicizie, aggiunto Accettazione sul BOT
This commit is contained in:
@@ -28,6 +28,7 @@ export default defineComponent({
|
||||
const filter = ref(costanti.FIND_PEOPLE)
|
||||
|
||||
function mounted() {
|
||||
console.log('mounted')
|
||||
searchList.value = [
|
||||
{
|
||||
label: 'Regione',
|
||||
@@ -57,7 +58,7 @@ export default defineComponent({
|
||||
{
|
||||
label: 'Comune',
|
||||
table: 'cities',
|
||||
key: 'idCity',
|
||||
key: 'profile.born_city_id',
|
||||
type: costanti.FieldType.select_by_server,
|
||||
value: tools.getCookie(tools.COOK_SEARCH + 'cities', costanti.FILTER_TUTTI),
|
||||
addall: true,
|
||||
@@ -113,9 +114,31 @@ export default defineComponent({
|
||||
username: 1,
|
||||
name: 1,
|
||||
'profile.img': 1,
|
||||
'profile.born_city_id': 1,
|
||||
'profile.qualifica': 1,
|
||||
}
|
||||
}
|
||||
},
|
||||
lookup2: {
|
||||
lk_tab: 'cities',
|
||||
lk_LF: 'profile.born_city_id',
|
||||
lk_FF: '_id',
|
||||
lk_as: 'comune',
|
||||
af_objId_tab: '',
|
||||
lk_proj: {
|
||||
idCity: 1,
|
||||
numLevel: 1,
|
||||
comune: 1,
|
||||
userId: 1,
|
||||
username: 1,
|
||||
name: 1,
|
||||
surname: 1,
|
||||
mycities: 1,
|
||||
'profile.img': 1,
|
||||
'profile.qualifica': 1,
|
||||
'profile.born_city_id': 1,
|
||||
}
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
</q-banner>
|
||||
<CMyFriends
|
||||
v-if="searchList.length > 0"
|
||||
v-model="filter"
|
||||
:finder="true"
|
||||
>
|
||||
@@ -34,7 +35,6 @@
|
||||
noresultLabel="Username non trovato"
|
||||
:arrfilters="arrfilterand"
|
||||
:filtercustom="filtercustom"
|
||||
:prop_searchList="searchList"
|
||||
:showType="costanti.SHOW_USERINFO"
|
||||
:showCol="false"
|
||||
:extraparams="extraparams()">
|
||||
@@ -43,6 +43,7 @@
|
||||
</CMyFriends>
|
||||
</div>
|
||||
</template>
|
||||
<!--:prop_searchList="searchList"-->
|
||||
|
||||
<script lang="ts" src="./myfriends.ts">
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user