projects/mesxc-lb #176

병합
gtz217 projects/mesxc-lb 에서 projects/mesxc-test 로 3 commits 를 머지했습니다 2024-01-11 09:26:15 +08:00
2개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
Showing only changes of commit 5d157505aa - Show all commits

파일 보기

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

파일 보기

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