update
This commit is contained in:
parent
44b45a6a04
commit
5d157505aa
@ -187,10 +187,6 @@ export default {
|
||||
dataFormCache: null,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
debugger;
|
||||
console.log('[mounted] form:', this.dataForm);
|
||||
},
|
||||
mounted() {
|
||||
Promise.all([this.getProductLineList(), this.getEquipmentList()]).then(
|
||||
() => {
|
||||
|
@ -153,10 +153,6 @@ export default {
|
||||
dataFormCache: null,
|
||||
};
|
||||
},
|
||||
created() {
|
||||
debugger;
|
||||
console.log('[mounted] form:', this.dataForm);
|
||||
},
|
||||
mounted() {
|
||||
Promise.all([this.getProductLineList(), this.getEquipmentList()]).then(
|
||||
() => {
|
||||
|
Loading…
Reference in New Issue
Block a user