弹出窗默认显示第一个标签页

This commit is contained in:
lanrenwo 2022-05-30 14:41:49 +08:00
parent cde46c5765
commit 3de75285de
1 changed files with 1 additions and 0 deletions

View File

@ -375,6 +375,7 @@ export default {
handleEdit(row) {
!this.$refs['ruleForm'] || this.$refs['ruleForm'].resetFields();
console.log(row)
this.activeTab = "general"
this.user_edit_dialog = true
if (!row) {
return;