no message

main
HUOJIN\92525 2024-07-24 17:56:49 +08:00
parent 086446f92c
commit 9ec7041cc0
2 changed files with 5 additions and 2 deletions

View File

@ -257,7 +257,10 @@ export default {
crudPick.queryPickDetail(row.id).then(res => {
//
this.$set(row, 'dataPickDetail', res)
this.loading = false;
setTimeout(() => {
this.loading = false;
}, 200)
}).catch(() => {
this.crud.notify('获取明细数据异常!', CRUD.NOTIFICATION_TYPE.ERROR);
})

View File

@ -103,7 +103,7 @@
style="width: 100%;"
height="63vh"
@selection-change="selectionChangeHandlerTwo">
<el-table-column type="selection" width="50"/>
<el-table-column type="selection" width="55" align="center"/>
<el-table-column prop="xh" label="序号" type="index" width="50"/>
<el-table-column prop="pickCode" width="120" label="出库单号">
<template slot-scope="scope">