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})
         }