作者 朱兆平

bugFix:修复查询库区信息参数错误的bug

... ... @@ -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;
... ...