chenrui hace 3 años
padre
commit
2576d9cce2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()