This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
kd-aiot
/
kd-aiot-frontend-aps
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
66
ysy
hace 1 año
padre
3d1b624777
commit
6495b73206
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/views/productionPlan/components/factoryAdd/index.vue
+ 1
- 0
src/views/productionPlan/components/factoryAdd/index.vue
Ver fichero
@@ -428,6 +428,7 @@
},
cancel() {
+ this.$refs.form.resetFields();
this.visible = false;
}
}