Commit 66df8fcf authored by jingnan's avatar jingnan 👀

领用出库界面eslint报错修改

parent d73b613d
......@@ -108,7 +108,7 @@ export default {
methods: {
async getUseRequestTypes() {
const user = localStorage.getItem('user')
const userId = localStorage.getItem('userId')
// const userId = localStorage.getItem('userId')
const dicData = await this.$utils.getDicListByCode('UseRequestType')
// 当前登陆人为孙瑶雪 和dexadmin的时候下拉可以看到试验领用,其他人看不到
if (user === '孙瑶雪' || user === 'dexadmin') {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment