projects/mesxc-lb #176

Samengevoegd
gtz217 heeft 3 commits samengevoegd van projects/mesxc-lb naar projects/mesxc-test 2024-01-11 09:26:15 +08:00
2 gewijzigde bestanden met toevoegingen van 0 en 8 verwijderingen
Showing only changes of commit 5d157505aa - Show all commits

Bestand weergeven

@@ -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(
() => { () => {

Bestand weergeven

@@ -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(
() => { () => {