关闭后清空表单

main
lijingyu007 6 months ago
parent 6bd5dccdff
commit 7af780e40b
  1. 1
      src/views/trainService/talentPool.vue
  2. 1
      src/views/trainService/trainTeacher.vue

@ -252,6 +252,7 @@ export default {
//
colsedia() {
this.$refs['form'].resetFields()
this.form = {}
this.visibleopen = false
},
handleQuery() {

@ -198,6 +198,7 @@ export default {
//
colsedia() {
this.visibleopen = false
this.form = {}
this.$refs['form'].resetFields()
},
handleQuery() {

Loading…
Cancel
Save