|
@@ -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];
|