|
|
|
@ -156,7 +156,7 @@ export default {
|
|
|
|
methods: {
|
|
|
|
methods: {
|
|
|
|
async getSignPlan(contractId){
|
|
|
|
async getSignPlan(contractId){
|
|
|
|
this.id = contractId
|
|
|
|
this.id = contractId
|
|
|
|
const res = await getContractSign({contract_id:contractId})
|
|
|
|
const res = await getContractSign({contract_id:contractId,page:1,page_size:999})
|
|
|
|
this.list = res.data
|
|
|
|
this.list = res.data
|
|
|
|
console.log(res)
|
|
|
|
console.log(res)
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|