This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
kd-aiot
/
kd-aiot-frontend-aps
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
66
ysy
há 1 ano atrás
pai
3d1b624777
commit
6495b73206
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
src/views/productionPlan/components/factoryAdd/index.vue
+ 1
- 0
src/views/productionPlan/components/factoryAdd/index.vue
Ver Ficheiro
@@ -428,6 +428,7 @@
},
cancel() {
+ this.$refs.form.resetFields();
this.visible = false;
}
}