fix msg request and addAdmin msg

This commit is contained in:
Paolo Arena
2022-09-20 11:14:08 +02:00
parent 2d068d00e7
commit 1f31776aa9
7 changed files with 12 additions and 12 deletions

View File

@@ -283,7 +283,7 @@ export default defineComponent({
}
function changeval(newval: any) {
console.log('changeval update:row', newval)
// console.log('changeval update:row', newval)
if (!props.isrec) {
emit('update:row', props.row)
}