...
|
...
|
@@ -328,7 +328,7 @@ |
|
|
getArea:function(query){
|
|
|
this.areaids=[];
|
|
|
this.loading = true;
|
|
|
selectByAreaid({areaid:query}).then(res =>{
|
|
|
selectByAreaid({areano:query}).then(res =>{
|
|
|
if (res !== '') {
|
|
|
setTimeout(() => {
|
|
|
this.areaids=res.data.data;
|
...
|
...
|
|