代码更新

This commit is contained in:
2022-12-12 15:49:09 +08:00
parent f1b5839b21
commit 81e9f2554b
2 changed files with 6 additions and 0 deletions

View File

@@ -167,6 +167,9 @@ export default {
}) })
}, 100) }, 100)
}, },
[CRUD.HOOK.afterRefresh]() {
this.open()
}
} }
} }
</script> </script>

View File

@@ -159,6 +159,9 @@ export default {
this.$emit('update:dialogShow', false) this.$emit('update:dialogShow', false)
this.$emit('selectUsers', this.rows) this.$emit('selectUsers', this.rows)
// console.log(this.rows) // console.log(this.rows)
},
[CRUD.HOOK.afterRefresh]() {
this.open()
} }
} }
} }