Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
2576d9cce2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/allocationManagement/transferOut/edit.vue

+ 1 - 1
src/views/allocationManagement/transferOut/edit.vue

@@ -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()