|
@@ -171,7 +171,7 @@
|
|
|
<script>
|
|
|
import option from "./config/mainList.json";
|
|
|
import detailOption from "./config/detail.json";
|
|
|
-import { getList, modify, removeList, detailData ,getUserList} from "@/api/approval/processConfig";
|
|
|
+import { getList, modify, removeList, detailData ,getUserList,getUserApprovalList} from "@/api/approval/processConfig";
|
|
|
import _ from "lodash";
|
|
|
|
|
|
export default {
|
|
@@ -214,8 +214,8 @@ export default {
|
|
|
this.option = option
|
|
|
this.detailOption = detailOption
|
|
|
|
|
|
- getUserList().then(res =>{
|
|
|
- this.auditUserIdDic = res.data.data.records
|
|
|
+ getUserApprovalList().then(res =>{
|
|
|
+ this.auditUserIdDic = res.data.data
|
|
|
})
|
|
|
|
|
|
let i = 0;
|