Commit d9915efe authored by “yiyousong”'s avatar “yiyousong”

fix:修复网络理政搜索项错误

parent 9a335da8
......@@ -62,7 +62,7 @@
</a-space>
</div>
</template>
<script>
import YSelect from "@/components/YSelect.vue";
import YRangePicker from "@/components/YRangePicker.vue";
......@@ -73,7 +73,7 @@ const nowType = {
1: "部门建议",
2: "办事建议",
3: "网站建议",
4: "我要",
4: "我要",
5: "我要投诉",
};
const nowDevice = {
......@@ -132,6 +132,5 @@ export default {
},
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<style lang="less" scoped></style>
......@@ -42,7 +42,7 @@
></FormDetails>
</div>
</template>
<script>
import { mapState } from "vuex";
import storage from "@/utils/js/Storage";
......@@ -109,7 +109,7 @@ export default {
: text == 3
? "网站建议"
: text == 4
? "我要"
? "我要"
: text == 5
? "我要投诉"
: "我要咨询";
......@@ -300,7 +300,7 @@ export default {
1: "部门建议",
2: "办事建议",
3: "网站建议",
4: "我要",
4: "我要",
5: "我要投诉",
6: "我要咨询",
};
......@@ -392,6 +392,5 @@ export default {
},
};
</script>
<style lang="less" scoped>
</style>
\ No newline at end of file
<style lang="less" scoped></style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment