修改bug

prod
wangwei 2 years ago
parent 33cd2aa77e
commit 711f8cb23d

@ -402,7 +402,7 @@ export default {
getBasicUnitMaintains(cQuery)
.then((response) => {
this.loading = false;
this.fromOptions = response.data.page.list || [];
this.fromOptions = response.data.list || [];
})
.catch(() => {
this.loading = false;

Loading…
Cancel
Save