mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 12:26:44 +08:00
增加编辑按钮事件
This commit is contained in:
@@ -219,7 +219,15 @@
|
|||||||
if(!val) {
|
if(!val) {
|
||||||
this.passwordForm={};
|
this.passwordForm={};
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
// 监听"编辑按钮"事件变化
|
||||||
|
interestIsEdit(){
|
||||||
|
this.load();
|
||||||
|
this.getInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
},
|
},
|
||||||
mounted(){
|
mounted(){
|
||||||
if(this.userInfo.avatar){
|
if(this.userInfo.avatar){
|
||||||
@@ -229,7 +237,6 @@
|
|||||||
this.getInfo();
|
this.getInfo();
|
||||||
this.getSysTypeTree().then(rs => {
|
this.getSysTypeTree().then(rs => {
|
||||||
this.sysTypeListMap = rs;
|
this.sysTypeListMap = rs;
|
||||||
console.log("============"+this.sysTypeListMap[0].name);
|
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
|
|||||||
Reference in New Issue
Block a user