update: 更新供应商对应的接口

This commit is contained in:
admin 2024-03-21 13:58:34 +08:00
parent f8a8c15b6f
commit 970f6ee148
1 changed files with 3 additions and 1 deletions

View File

@ -82,6 +82,7 @@
@select="(v: any) => handleSelect(item.childKey, v)"
@close="contrlModalParams[item.childKey].isShow = false"
:closeOnClickAction="true"
:safeAreaInsetBottom="true"
></u-action-sheet>
</block>
</view>
@ -97,6 +98,7 @@ import {
ReceiveProductApi,
ReceiveApi,
PictureApi,
SupplierApi,
} from "@/services/index";
import _ from "underscore";
import { onLoad } from "@dcloudio/uni-app";
@ -281,7 +283,7 @@ const formAttrList = reactive<ComType>([
},
]);
ProfileApi.getUserList({ userType: 2 }).then((res) => {
SupplierApi.getSupplierUserList({}).then((res) => {
if (res.code === 200) {
contrlModalParams.userSelect.list = res.data;
}