This commit is contained in:
yanran200730
2021-12-09 19:45:17 +08:00
parent d5920bda7e
commit 04e7257476
2 changed files with 7 additions and 3 deletions

View File

@@ -62,6 +62,9 @@ export default {
}
}
},
mounted() {
this.$refs.interviewForm.setRules(this.rules);
},
created() {
this.searchDetail();
},