|
@@ -161,6 +161,7 @@
|
|
|
:key="item.userId"
|
|
|
:label="item.userName"
|
|
|
:value="item.userId">
|
|
|
+ {{item.userName}}-{{item.account}}
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -182,6 +183,7 @@
|
|
|
:key="item.userId"
|
|
|
:label="item.userName"
|
|
|
:value="item.userId">
|
|
|
+ {{item.userName}}-{{item.account}}
|
|
|
</el-option>
|
|
|
</el-select>
|
|
|
</el-form-item>
|
|
@@ -498,7 +500,7 @@ import { chemicalMsdsEdit } from '@/api/chemicalManage'
|
|
|
},
|
|
|
//查询学院下拉列表
|
|
|
getDeptDropList(){
|
|
|
- getDeptDropList({deptName:'',level:2,deptType:''}).then(response => {
|
|
|
+ getDeptDropList({deptName:'',level:2,deptType:1}).then(response => {
|
|
|
this.$set(this,'deptOptions',response.data);
|
|
|
});
|
|
|
},
|
|
@@ -724,7 +726,7 @@ import { chemicalMsdsEdit } from '@/api/chemicalManage'
|
|
|
/** 下列人员-懒加载 */
|
|
|
userSelectList(query) {
|
|
|
if (query !== '' && query.length>1) {
|
|
|
- systemUserDropAuthList({"userName":query,'userType':'1'}).then(response => {
|
|
|
+ systemUserDropAuthList({"nameOrAccount":query,'userType':'1'}).then(response => {
|
|
|
this.$set(this,'optionsUser',response.data);
|
|
|
});
|
|
|
} else {
|
|
@@ -733,7 +735,7 @@ import { chemicalMsdsEdit } from '@/api/chemicalManage'
|
|
|
},
|
|
|
userSelectListOne(query) {
|
|
|
if (query !== '' && query.length>1) {
|
|
|
- systemUserDropAuthList({"userName":query,'userType':''}).then(response => {
|
|
|
+ systemUserDropAuthList({"nameOrAccount":query,'userType':''}).then(response => {
|
|
|
this.$set(this,'optionsUserOne',response.data);
|
|
|
});
|
|
|
} else {
|