lilei пре 3 година
родитељ
комит
92a6454933
1 измењених фајлова са 3 додато и 1 уклоњено
  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 {