This commit is contained in:
parent
b5a4871258
commit
3fe2c446a3
|
|
@ -137,7 +137,6 @@
|
|||
size="mini"
|
||||
type="warning"
|
||||
@click="handlePrint(scope.row)"
|
||||
v-if="scope.row.taskStatus == 4"
|
||||
>
|
||||
出库检验单
|
||||
</el-button>
|
||||
|
|
|
|||
|
|
@ -350,7 +350,7 @@ export default {
|
|||
this.leaseApplyData.createTime = row.createTime
|
||||
this.leaseApplyData.code = row.code
|
||||
this.leaseSignInfo = res.data.leaseSignInfo || {}
|
||||
this.kgSignList = res.data.kgSignList || []
|
||||
this.kgSignList = res.data.kgSignInfo || []
|
||||
this.approveSignList = res.data.approveSignInfo || []
|
||||
} catch (error) {
|
||||
console.log('🚀 ~ handleLld ~ error:', error)
|
||||
|
|
|
|||
Loading…
Reference in New Issue