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

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

parent 9a335da8
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
</a-space> </a-space>
</div> </div>
</template> </template>
<script> <script>
import YSelect from "@/components/YSelect.vue"; import YSelect from "@/components/YSelect.vue";
import YRangePicker from "@/components/YRangePicker.vue"; import YRangePicker from "@/components/YRangePicker.vue";
...@@ -73,7 +73,7 @@ const nowType = { ...@@ -73,7 +73,7 @@ const nowType = {
1: "部门建议", 1: "部门建议",
2: "办事建议", 2: "办事建议",
3: "网站建议", 3: "网站建议",
4: "我要", 4: "我要",
5: "我要投诉", 5: "我要投诉",
}; };
const nowDevice = { const nowDevice = {
...@@ -132,6 +132,5 @@ export default { ...@@ -132,6 +132,5 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped></style>
</style>
\ No newline at end of file
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
></FormDetails> ></FormDetails>
</div> </div>
</template> </template>
<script> <script>
import { mapState } from "vuex"; import { mapState } from "vuex";
import storage from "@/utils/js/Storage"; import storage from "@/utils/js/Storage";
...@@ -109,7 +109,7 @@ export default { ...@@ -109,7 +109,7 @@ export default {
: text == 3 : text == 3
? "网站建议" ? "网站建议"
: text == 4 : text == 4
? "我要" ? "我要"
: text == 5 : text == 5
? "我要投诉" ? "我要投诉"
: "我要咨询"; : "我要咨询";
...@@ -300,7 +300,7 @@ export default { ...@@ -300,7 +300,7 @@ export default {
1: "部门建议", 1: "部门建议",
2: "办事建议", 2: "办事建议",
3: "网站建议", 3: "网站建议",
4: "我要", 4: "我要",
5: "我要投诉", 5: "我要投诉",
6: "我要咨询", 6: "我要咨询",
}; };
...@@ -392,6 +392,5 @@ export default { ...@@ -392,6 +392,5 @@ export default {
}, },
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped></style>
</style>
\ No newline at end of file
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