From fe2f3011f3f5d3ea760b6520e9e95a2c419e4b78 Mon Sep 17 00:00:00 2001 From: jinlin <jinlin> Date: 星期一, 11 十二月 2023 12:56:30 +0800 Subject: [PATCH] 修改 --- web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue b/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue index f5a4aa4..c2b6344 100644 --- a/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue +++ b/web/src/views/modules/testCheckOrder/TestCheckOrder-AddOrUpdate.vue @@ -30,7 +30,7 @@ </div> <div style="border-bottom: 1px solid rgba(0,0,0,.2);"> <div style="padding-left:5px;padding-right:5px;"> - <div style="padding: 5px">{{subtitle}}</div> + <div style="padding: 5px">妫�鏌ラ」鐩�:{{subtitle}}</div> <div class="table-container"> <el-table ref="tableCirculatOrderList" class="el-software el-margin-top-bot" border :data="dataForm.checkOrderList" @@ -148,14 +148,19 @@ }, methods: { init(id, row) { + console.log(row,'TestCheckOrder-AddOrUpdate.vue init row') this.configDetailRow = row if (row.checkId) { + console.log('閰嶇疆椤瑰叆搴撳鏍歌繘鏉ョ殑 TestCheckOrder-AddOrUpdate.vue init row.checkId') if (row.checkId != -1) { + console.log('TestCheckOrder-AddOrUpdate.vue init row.checkId!=-1') this.dataForm.id = row.checkId } } else if (id) { + console.log(this.dataForm,'浠庢鏌ュ崟杩涙潵鐨� TestCheckOrder-AddOrUpdate.vue init this.dataForm') this.dataForm.id = id } else { + console.log(this.dataForm,'浠庢鏌ュ崟杩涙潵鐨� TestCheckOrder-AddOrUpdate.vue init this.dataForm') this.dataForm.id = row.id } this.pageCode = row.pageCode -- Gitblit v1.9.1