fix:检验表单中设备列表获取修正
This commit is contained in:
parent
148584b8aa
commit
96b6e63d03
|
@ -632,7 +632,7 @@ export default {
|
||||||
},
|
},
|
||||||
geteEqOptions(){
|
geteEqOptions(){
|
||||||
let that = this;
|
let that = this;
|
||||||
that.$API.system.user.list.req({ page: 0, type:20 }).then((res) => {
|
that.$API.em.equipment.list.req({ page: 0, type:20 }).then((res) => {
|
||||||
that.eqOptions = res;
|
that.eqOptions = res;
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue