|
|
@ -130,7 +130,9 @@ export default { |
|
|
|
this.$http |
|
|
|
.post( |
|
|
|
"/governance/satisfactionDetailList/getUnsatisfiedMattersDetailInfo", |
|
|
|
{id} |
|
|
|
{id:id, |
|
|
|
satisfactionSource:'satisfaction_province' |
|
|
|
} |
|
|
|
) |
|
|
|
.then(({data: {data}}) => { |
|
|
|
this.unsatisfiedMattersModel = data.unsatisfiedMattersModel || {}; |
|
|
|