mirror of https://github.com/bjdgyc/anylink.git
弹出窗默认显示第一个标签页
This commit is contained in:
parent
625e4eecf4
commit
2964b34087
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue