mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
fix(系统设置): 控制台报错
This commit is contained in:
parent
abafe7ee38
commit
ac5b1de929
@ -83,7 +83,9 @@ export default {
|
||||
}
|
||||
this.formInline = res.data;
|
||||
this.$nextTick(() => {
|
||||
this.$refs.formInline.clearValidate();
|
||||
if (this.$refs.formInline) {
|
||||
this.$refs.formInline.clearValidate();
|
||||
}
|
||||
})
|
||||
});
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user