|
|
@@ -467,7 +467,7 @@ import AttachmentUpload from "../../wms/incoming/register/components/AttachmentU
|
|
|
// 审批任务
|
|
|
import ApprovalTask from "../../wms/quality/iqcInspection/components/ApprovalTaskNew2.vue";
|
|
|
import { getFilesById } from "@/api/wms/incoming/register";
|
|
|
-import { listSimpleUsers } from "@/api/system/user";
|
|
|
+import { getUserList } from "@/api/system/user";
|
|
|
export default {
|
|
|
name: "InRequestForm",
|
|
|
components: {
|
|
|
@@ -689,7 +689,7 @@ export default {
|
|
|
created() {
|
|
|
// 从路由参数获取ID
|
|
|
const id = this.$route.query.id;
|
|
|
- listSimpleUsers().then((response) => {
|
|
|
+ getUserList().then((response) => {
|
|
|
this.users = response.data;
|
|
|
});
|
|
|
if (id) {
|