|
@@ -258,7 +258,7 @@ export default {
|
|
this.confirmForm.flowMainPushId = row.flowMainPushId
|
|
this.confirmForm.flowMainPushId = row.flowMainPushId
|
|
const { data } = await this.baseRequest1('ApplyPaymentSettleController', 'getInfoByFlowMainId', { flowMainId: row.id })
|
|
const { data } = await this.baseRequest1('ApplyPaymentSettleController', 'getInfoByFlowMainId', { flowMainId: row.id })
|
|
const { data: flowHistroy } = await this.baseRequest1('FlowMainController', 'getFlowHistroyByFlowMainId', { flowMainId: row.id })
|
|
const { data: flowHistroy } = await this.baseRequest1('FlowMainController', 'getFlowHistroyByFlowMainId', { flowMainId: row.id })
|
|
- this.tableData = flowHistroy
|
|
|
|
|
|
+ this.dtList = flowHistroy
|
|
this.formData = data
|
|
this.formData = data
|
|
if (this.formData.isNoContract || this.formData.isNoContract == 0) {
|
|
if (this.formData.isNoContract || this.formData.isNoContract == 0) {
|
|
this.formData.isNoContract = String(this.formData.isNoContract)
|
|
this.formData.isNoContract = String(this.formData.isNoContract)
|