projects/mesxc-lb #176

Merged
gtz217 merged 3 commits from projects/mesxc-lb into projects/mesxc-test 2024-01-11 09:26:15 +08:00
2 changed files with 0 additions and 8 deletions
Showing only changes of commit 5d157505aa - Show all commits

View File

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

View File

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