update: 更新供应商对应的接口
This commit is contained in:
parent
f8a8c15b6f
commit
970f6ee148
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue