Browse Source

全部

master
是小王呀\24601 5 months ago
parent
commit
61e0be532d
  1. 13
      src/views/summer/index.vue

13
src/views/summer/index.vue

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

Loading…
Cancel
Save