作者 朱兆平

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

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