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