bding 1 жил өмнө
parent
commit
82726fab17

+ 1 - 1
src/views/dataReport_manage/components/previousDetail.vue

@@ -44,7 +44,7 @@ export default {
     async getrenewalReasonList() {
       console.log(this.rowInfo);
       const res = await dataMainInterface.mergeCompanyPreviousDetail({
-        ComPanyId: this.rowInfo.CompanyId,
+        CompanyContractId: this.rowInfo.CompanyContractId,
       });
       if (res.Ret == 200) {
         this.dataList = [res.Data.Detail];

+ 0 - 4
src/views/dataReport_manage/configdata.js

@@ -340,10 +340,6 @@ export const equityTableColums = (type) => {
           textsty: "color:#409EFF;cursor:pointer;",
           link: true,
         },
-        {
-          label: "客户类型",
-          key: "AscribeContent111",
-        },
         {
           label: "客户状态",
           key: "Status",