|
@@ -332,7 +332,7 @@ export default {
|
|
|
allocateBillDetailSave(params).then(res => {
|
|
|
if (res.status == 200) {
|
|
|
this.$message.success(res.message)
|
|
|
- if (isRefresh == 'noRefresh') {
|
|
|
+ if (isRefresh != 'noRefresh') {
|
|
|
this.$refs.table.refresh()
|
|
|
}
|
|
|
this.$refs.chooseTable.refresh()
|