This commit is contained in:
lb 2024-01-11 09:05:31 +08:00
parent 44b45a6a04
commit 5d157505aa
2 changed files with 0 additions and 8 deletions

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