正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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; |
-
请 注册 或 登录 后发表评论