소스 검색

bug修复

chenrui 3 년 전
부모
커밋
2576d9cce2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()