@@ -42,9 +42,9 @@ export default {
},
updated() {
// 组件更新时调用 当路由参数变化时调用 清空表单数据
- if (!this.$route.query.id) {
- this.levelForm.levelname = "";
- }
+ // if (!this.$route.query.id) {
+ // this.levelForm.levelname = "";
+ // }
methods: {
// 修改等级