|
@@ -1676,6 +1676,7 @@ export default {
|
|
|
this.getCollarUseListParm.parammaps.id = this.collarUseTemp ? this.collarUseTemp.id : ''
|
|
|
this.listLoadingCollarUse = true
|
|
|
if( this.getCollarUseListParm.parammaps.id == ''){
|
|
|
+ this.listLoadingCollarUse = false
|
|
|
return
|
|
|
} else {
|
|
|
GetDataByName(this.getCollarUseListParm).then(response => {
|