|
|
@ -77,7 +77,7 @@ |
|
|
|
<el-cascader |
|
|
|
clearable |
|
|
|
v-model="dataForm.categoryValue" |
|
|
|
placeholder="试试搜索:城市管理" |
|
|
|
placeholder="试试搜索关键字" |
|
|
|
:props="{ checkStrictly: true,emitPath: false, }" |
|
|
|
:options="categoryOptions" |
|
|
|
filterable |
|
|
@ -410,7 +410,7 @@ export default { |
|
|
|
return this.$http |
|
|
|
.get('/events/category/list', { |
|
|
|
params: { |
|
|
|
infoCode: 'A' |
|
|
|
infoCode: 'B' |
|
|
|
} |
|
|
|
}) |
|
|
|
.then(({ data: res }) => { |
|
|
@ -470,7 +470,7 @@ export default { |
|
|
|
}, |
|
|
|
dealAction (id,type) { |
|
|
|
this.$parent.selectComponent = 'AppealDetailView' |
|
|
|
this.$router.push({ path: '/events-appeal-development', query: { id: id,type:type } }) |
|
|
|
this.$router.push({ path: '/events-appeal-development', query: { id: id,type:type,infoCode:'B' } }) |
|
|
|
}, |
|
|
|
addDiff (id) { |
|
|
|
this.$confirm('此操作将会标记该诉求为难点堵点, 是否继续?', '提示', { |
|
|
|