projects/mesxc-lb #176

Yhdistetty
gtz217 yhdistetty 3 committia lähteestä projects/mesxc-lb kohteeseen projects/mesxc-test 2024-01-11 09:26:15 +08:00
2 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
Showing only changes of commit 5d157505aa - Show all commits

Näytä tiedosto

@@ -187,10 +187,6 @@ export default {
dataFormCache: null, dataFormCache: null,
}; };
}, },
created() {
debugger;
console.log('[mounted] form:', this.dataForm);
},
mounted() { mounted() {
Promise.all([this.getProductLineList(), this.getEquipmentList()]).then( Promise.all([this.getProductLineList(), this.getEquipmentList()]).then(
() => { () => {

Näytä tiedosto

@@ -153,10 +153,6 @@ export default {
dataFormCache: null, dataFormCache: null,
}; };
}, },
created() {
debugger;
console.log('[mounted] form:', this.dataForm);
},
mounted() { mounted() {
Promise.all([this.getProductLineList(), this.getEquipmentList()]).then( Promise.all([this.getProductLineList(), this.getEquipmentList()]).then(
() => { () => {