fix msg request and addAdmin msg
This commit is contained in:
@@ -220,7 +220,7 @@ export default defineComponent({
|
||||
|
||||
|
||||
function changeval(newval: any) {
|
||||
console.log(' ½½½½½½½ changeval', newval)
|
||||
// console.log(' ½½½½½½½ changeval', newval)
|
||||
if (props.multiple || props.multiselect_by_server) {
|
||||
// tools.localStSetItem(props.tablesel + '_' + newval, valori.value[newval])
|
||||
|
||||
@@ -474,8 +474,8 @@ export default defineComponent({
|
||||
function filterFn(val: any, update: any, abort: any) {
|
||||
update(
|
||||
async () => {
|
||||
console.log('Filter val', val, val.length)
|
||||
console.log('props.filter_extra', props.filter_extra)
|
||||
// console.log('Filter val', val, val.length)
|
||||
// console.log('props.filter_extra', props.filter_extra)
|
||||
|
||||
|
||||
let myarr: any = []
|
||||
|
||||
Reference in New Issue
Block a user