cxmo 1 سال پیش
والد
کامیت
f77115ad60
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      src/views/custom_manage/overseasList/components/selectSaleDialog.vue

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

@@ -77,8 +77,8 @@ export default {
         getSalesList(){
             this.dialogLoading = true
             dataAuthInterface.userSearch().then(res=>{
+                this.dialogLoading = false
                 if(res.Ret!==200) {
-                    this.dialogLoading = false
                     this.AllSalesArr = []
                     this.sales=[]
                     this.selectList=[]
@@ -90,7 +90,6 @@ export default {
                     this.sales = this.selectedSalesArr.map(i=>(i.SellerId))
                     this.$nextTick(()=>{
                         this.changeSelect()
-                        this.dialogLoading = false
                     })
                 }
             })