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