|
@@ -1060,6 +1060,13 @@ export const findPtlAgreementList = () => {
|
|
|
method: "get",
|
|
method: "get",
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|
|
|
|
|
+// 后线人员协议配置-编辑回显协议列表
|
|
|
|
|
+export const findPtlAgreementListNew = () => {
|
|
|
|
|
+ return axios({
|
|
|
|
|
+ url: "/sysUserLinkPtlAgreement/findPtlAgreementListNew",
|
|
|
|
|
+ method: "get",
|
|
|
|
|
+ })
|
|
|
|
|
+}
|
|
|
// 后线人员协议配置-编辑
|
|
// 后线人员协议配置-编辑
|
|
|
export const findPtlAgreementListByUserId = (userId) => {
|
|
export const findPtlAgreementListByUserId = (userId) => {
|
|
|
return axios({
|
|
return axios({
|