|
|
|
@ -83,6 +83,14 @@ |
|
|
|
</el-select> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
</el-col> |
|
|
|
|
|
|
|
<el-col :span="6"> |
|
|
|
|
|
|
|
<el-form-item label="群众集访"> |
|
|
|
|
|
|
|
<el-select v-model="query.visitType" clearable> |
|
|
|
|
|
|
|
<el-option label="是" value="1" /> |
|
|
|
|
|
|
|
<el-option label="否" value="0" /> |
|
|
|
|
|
|
|
</el-select> |
|
|
|
|
|
|
|
</el-form-item> |
|
|
|
|
|
|
|
</el-col> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-col :span="6"> |
|
|
|
<el-form-item label="涉企涉冻"> |
|
|
|
<el-form-item label="涉企涉冻"> |
|
|
|
<el-select multiple v-model="query.involvedIssue" clearable> |
|
|
|
<el-select multiple v-model="query.involvedIssue" clearable> |
|
|
|
@ -447,6 +455,7 @@ const query = ref({ |
|
|
|
current: 1, |
|
|
|
current: 1, |
|
|
|
responderKey: "name", |
|
|
|
responderKey: "name", |
|
|
|
problemSourcesCode: ProblemSources.GJXFPT, |
|
|
|
problemSourcesCode: ProblemSources.GJXFPT, |
|
|
|
|
|
|
|
visitType: "", |
|
|
|
}); |
|
|
|
}); |
|
|
|
const involvedIssueShow = ref(false) |
|
|
|
const involvedIssueShow = ref(false) |
|
|
|
const involvedIssueLoading = ref(false) |
|
|
|
const involvedIssueLoading = ref(false) |
|
|
|
@ -519,6 +528,7 @@ function reset() { |
|
|
|
current: 1, |
|
|
|
current: 1, |
|
|
|
responderKey: "name", |
|
|
|
responderKey: "name", |
|
|
|
problemSourcesCode: ProblemSources.GJXFPT, |
|
|
|
problemSourcesCode: ProblemSources.GJXFPT, |
|
|
|
|
|
|
|
visitType: "", |
|
|
|
}; |
|
|
|
}; |
|
|
|
getList(); |
|
|
|
getList(); |
|
|
|
} |
|
|
|
} |
|
|
|
|