Преглед на файлове

Merge branch 'dev' of http://www.baoxianzhanggui.com:8090/sxzgd/vue-insagent-pc into dev

lihongxiao преди 2 години
родител
ревизия
f7ef3e6b05

+ 7 - 0
src/http/moudules/task.js

@@ -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({

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/DocumentaryFeesDetail.vue

@@ -983,7 +983,7 @@ export default {
         });
         });
     },
     },
     agrmentlist() {
     agrmentlist() {
-      this.$api.task.findPtlAgreementList().then((res) => {
+      this.$api.task.findPtlAgreementListNew().then((res) => {
         this.agreementTypeoptions = res.data;
         this.agreementTypeoptions = res.data;
       });
       });
     },
     },

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/CarInsurance/HandlingFees.vue

@@ -1021,7 +1021,7 @@ export default {
   },
   },
   methods: {
   methods: {
     agrmentlist() {
     agrmentlist() {
-      this.$api.task.findPtlAgreementList().then((res) => {
+      this.$api.task.findPtlAgreementListNew().then((res) => {
         this.agreementTypeoptions = res.data;
         this.agreementTypeoptions = res.data;
       });
       });
     },
     },

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/DocumentaryFeesDetail.vue

@@ -693,7 +693,7 @@ export default {
       });
       });
     },
     },
     agrmentlist() {
     agrmentlist() {
-      this.$api.task.findPtlAgreementList().then((res) => {
+      this.$api.task.findPtlAgreementListNew().then((res) => {
         this.agreementTypeoptions = res.data
         this.agreementTypeoptions = res.data
       });
       });
     },
     },

+ 1 - 1
src/views/FinancialManagement/CarInsurance/CompanySettlement/NoCarInsurance/HandlingFees.vue

@@ -758,7 +758,7 @@ export default {
       });
       });
     },
     },
     agrmentlist() {
     agrmentlist() {
-      this.$api.task.findPtlAgreementList().then((res) => {
+      this.$api.task.findPtlAgreementListNew().then((res) => {
         this.agreementTypeoptions = res.data
         this.agreementTypeoptions = res.data
       });
       });
     },
     },

+ 1 - 1
src/views/FinancialManagement/CarInsurance/PlatformSettlement/NonVehicleBalance.vue

@@ -1354,7 +1354,7 @@ export default {
     },
     },
 
 
     agrmentlist() {
     agrmentlist() {
-      this.$api.task.findPtlAgreementList().then((res) => {
+      this.$api.task.findPtlAgreementListNew().then((res) => {
         this.agreementTypeoptions = res.data;
         this.agreementTypeoptions = res.data;
       });
       });
     },
     },