mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 22:08:19 +08:00
弹出窗默认显示第一个标签页
This commit is contained in:
@@ -375,6 +375,7 @@ export default {
|
|||||||
handleEdit(row) {
|
handleEdit(row) {
|
||||||
!this.$refs['ruleForm'] || this.$refs['ruleForm'].resetFields();
|
!this.$refs['ruleForm'] || this.$refs['ruleForm'].resetFields();
|
||||||
console.log(row)
|
console.log(row)
|
||||||
|
this.activeTab = "general"
|
||||||
this.user_edit_dialog = true
|
this.user_edit_dialog = true
|
||||||
if (!row) {
|
if (!row) {
|
||||||
return;
|
return;
|
||||||
|
Reference in New Issue
Block a user