Browse Source

bug 修复

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

+ 3 - 1
src/views/allocationManagement/chainTransferOut/edit.vue

@@ -364,7 +364,9 @@ export default {
       allocLinkageOutDetailSave(params).then(res => {
         if (res.status == 200) {
           this.$message.success(res.message)
-          this.$refs.table.refresh()
+          if(isEdit){
+            this.$refs.table.refresh()
+          }
           this.$refs.chooseTable.refresh()
           this.spinning = false
         } else {