fix(nowDelivery): 修复立即发货成功后,列表状态字段更新不及时的问题
This commit is contained in:
parent
8c0d337699
commit
30e7cb5533
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue