update: 更新供应商对应的接口
This commit is contained in:
parent
f8a8c15b6f
commit
970f6ee148
|
@ -82,6 +82,7 @@
|
||||||
@select="(v: any) => handleSelect(item.childKey, v)"
|
@select="(v: any) => handleSelect(item.childKey, v)"
|
||||||
@close="contrlModalParams[item.childKey].isShow = false"
|
@close="contrlModalParams[item.childKey].isShow = false"
|
||||||
:closeOnClickAction="true"
|
:closeOnClickAction="true"
|
||||||
|
:safeAreaInsetBottom="true"
|
||||||
></u-action-sheet>
|
></u-action-sheet>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
|
@ -97,6 +98,7 @@ import {
|
||||||
ReceiveProductApi,
|
ReceiveProductApi,
|
||||||
ReceiveApi,
|
ReceiveApi,
|
||||||
PictureApi,
|
PictureApi,
|
||||||
|
SupplierApi,
|
||||||
} from "@/services/index";
|
} from "@/services/index";
|
||||||
import _ from "underscore";
|
import _ from "underscore";
|
||||||
import { onLoad } from "@dcloudio/uni-app";
|
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) {
|
if (res.code === 200) {
|
||||||
contrlModalParams.userSelect.list = res.data;
|
contrlModalParams.userSelect.list = res.data;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue