|
|
@ -81,6 +81,13 @@ export default { |
|
|
|
categoryType:"", |
|
|
|
typeName:"", |
|
|
|
actions: [ |
|
|
|
{ name: '全部', |
|
|
|
value: "", |
|
|
|
description:"灵山上各种庙宇乱收费、诱导消费等问题。", |
|
|
|
completionTypeName:"长期坚持", |
|
|
|
completionType:"", |
|
|
|
agencyId:"宣传办", |
|
|
|
}, |
|
|
|
{ name: '涉旅游投诉相关问题', |
|
|
|
value: "1", |
|
|
|
description:"灵山上各种庙宇乱收费、诱导消费等问题。", |
|
|
@ -148,8 +155,14 @@ export default { |
|
|
|
methods: { |
|
|
|
onSelect(item){ |
|
|
|
console.log(item,"dsfjklsd"); |
|
|
|
if (item.value) { |
|
|
|
this.categoryType=item.value |
|
|
|
this.typeName=item.name |
|
|
|
}else{ |
|
|
|
this.categoryType="" |
|
|
|
this.typeName="" |
|
|
|
} |
|
|
|
|
|
|
|
// this.formData={ |
|
|
|
// categoryType:item.value, |
|
|
|
|
|
|
|