This website works better with JavaScript
Home
Explore
Help
Sign In
kd-aiot
/
kd-aiot-frontend-aps
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
66
ysy
1 year ago
parent
3d1b624777
commit
6495b73206
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/views/productionPlan/components/factoryAdd/index.vue
+ 1
- 0
src/views/productionPlan/components/factoryAdd/index.vue
View File
@@ -428,6 +428,7 @@
},
},
cancel() {
cancel() {
+ this.$refs.form.resetFields();
this.visible = false;
this.visible = false;
}
}
}
}