This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
kd-aiot
/
kd-aiot-frontend-aps
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Ver código fonte
66
ysy
1 ano atrás
pai
3d1b624777
commit
6495b73206
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
1
0
src/views/productionPlan/components/factoryAdd/index.vue
+ 1
- 0
src/views/productionPlan/components/factoryAdd/index.vue
Ver arquivo
@@ -428,6 +428,7 @@
},
cancel() {
+ this.$refs.form.resetFields();
this.visible = false;
}
}