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 {