|
@@ -374,7 +374,13 @@
|
|
|
import { delNegivelist,delBlacklist,blackAdd,
|
|
|
getViolation, delViolation, addViolation, updateViolation,joinBlackList,
|
|
|
getIntegralMatchingRules,addBlacklist } from "@/api/creditViolation/index";
|
|
|
- import {selectListUser, getDeptDropList, systemUserSelectUser,laboratorySubRelInfoGetListByFloor } from "@/api/commonality/permission";
|
|
|
+ import {
|
|
|
+ selectListUser,
|
|
|
+ getDeptDropList,
|
|
|
+ systemUserSelectUser,
|
|
|
+ laboratorySubRelInfoGetListByFloor,
|
|
|
+ systemUserDropDateAuthList
|
|
|
+ } from '@/api/commonality/permission'
|
|
|
import { listDepartments, getDicts, systemSubjectGetList } from '@/api/commonality/noPermission'
|
|
|
import { examViolationList,examViolationSiteGetListByType,examViolationAdd,
|
|
|
examViolationBlackAdd,examViolationDelBlacklist,examViolationDelNegivelist } from "@/api/creditViolation/index";
|
|
@@ -986,7 +992,7 @@ export default {
|
|
|
userName : query,
|
|
|
userType: 2,
|
|
|
};
|
|
|
- systemUserSelectUser(obj).then(response => {
|
|
|
+ systemUserDropDateAuthList(obj).then(response => {
|
|
|
this.optionsUser = response.data;
|
|
|
this.loading = false;
|
|
|
});
|