@@ -1060,6 +1060,13 @@ export const findPtlAgreementList = () => {
method: "get",
})
}
+// 后线人员协议配置-编辑回显协议列表
+export const findPtlAgreementListNew = () => {
+ return axios({
+ url: "/sysUserLinkPtlAgreement/findPtlAgreementListNew",
+ method: "get",
+ })
+}
// 后线人员协议配置-编辑
export const findPtlAgreementListByUserId = (userId) => {
return axios({
@@ -983,7 +983,7 @@ export default {
});
},
agrmentlist() {
- this.$api.task.findPtlAgreementList().then((res) => {
+ this.$api.task.findPtlAgreementListNew().then((res) => {
this.agreementTypeoptions = res.data;
@@ -1021,7 +1021,7 @@ export default {
methods: {
@@ -693,7 +693,7 @@ export default {
this.agreementTypeoptions = res.data
@@ -758,7 +758,7 @@ export default {
@@ -1354,7 +1354,7 @@ export default {