projects/mesxc-lb #176

已合併
gtz217 將 3 次提交從 projects/mesxc-lb 合併至 projects/mesxc-test 2024-01-11 09:26:15 +08:00
共有 2 個檔案被更改,包括 0 行新增8 行删除
僅顯示提交 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(
() => {