fix(nowDelivery): 修复立即发货成功后,列表状态字段更新不及时的问题
This commit is contained in:
parent
8c0d337699
commit
30e7cb5533
|
@ -236,7 +236,7 @@
|
|||
<div class="maintable">
|
||||
<div class="btnbox">
|
||||
<el-button size="small" class="thebtn1" @click="handleImport">
|
||||
{{ '导入' }}</el-button>
|
||||
导入</el-button>
|
||||
</div>
|
||||
<el-table
|
||||
:data="fhTable"
|
||||
|
@ -1004,6 +1004,7 @@ export default {
|
|||
type: 'success'
|
||||
})
|
||||
this.ljfhShow = false
|
||||
this.getList()
|
||||
}
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue