cxmo 1 년 전
부모
커밋
f0c8ca5ccd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/custom_manage/overseasList/components/selectSaleDialog.vue

+ 1 - 1
src/views/custom_manage/overseasList/components/selectSaleDialog.vue

@@ -129,7 +129,7 @@ export default {
                 }
             })
             AddSellerIdArr = Array.from(new Set([...AddSellerIdArr,...tempSales]))
-            this.loadingText = '保存销售中...'
+            this.loadingText = '保存销售中,请勿关闭弹窗...'
             this.dialogLoading = true
             this.$emit('saveSales',{AddSellerIdArr,DelSellerIdArr,sales:this.selectList})
         }