Merge branch 'master' of https://e.coding.net/ctcdevteam/ehs/ehs_web
This commit is contained in:
commit
1d0bb09f10
|
@ -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