This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
kd-aiot
/
kd-aiot-frontend-aps
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Sfoglia il codice sorgente
66
ysy
1 anno fa
parent
3d1b624777
commit
6495b73206
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
1
0
src/views/productionPlan/components/factoryAdd/index.vue
+ 1
- 0
src/views/productionPlan/components/factoryAdd/index.vue
Vedi File
@@ -428,6 +428,7 @@
},
cancel() {
+ this.$refs.form.resetFields();
this.visible = false;
}
}