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

This commit is contained in:
root 2022-05-30 09:37:35 +08:00
parent 625e4eecf4
commit 2964b34087
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;