fix(nowDelivery): 修复立即发货成功后,列表状态字段更新不及时的问题

This commit is contained in:
woody 2025-05-13 16:37:25 +08:00
parent 8c0d337699
commit 30e7cb5533
1 changed files with 2 additions and 1 deletions

View File

@ -236,7 +236,7 @@
<div class="maintable"> <div class="maintable">
<div class="btnbox"> <div class="btnbox">
<el-button size="small" class="thebtn1" @click="handleImport"> <el-button size="small" class="thebtn1" @click="handleImport">
{{ '导入' }}</el-button> 导入</el-button>
</div> </div>
<el-table <el-table
:data="fhTable" :data="fhTable"
@ -1004,6 +1004,7 @@ export default {
type: 'success' type: 'success'
}) })
this.ljfhShow = false this.ljfhShow = false
this.getList()
} }
}) })
} else { } else {