先提交一波群众留言

This commit is contained in:
aixianling
2022-03-21 21:29:06 +08:00
parent 5364c2571a
commit 729d644e8b
3 changed files with 69 additions and 13 deletions

View File

@@ -12,7 +12,7 @@ import PumList from "./mmList";
export default {
name: "AppMassMessage",
components: {PumList, PumDetail},
label: "群众留言",
label: "群众留言(秀山)",
props: {
instance: Function,
dict: Object,
@@ -24,6 +24,7 @@ export default {
}
},
created() {
this.dict.load("leaveMessageType","yesOrNo")
}
}
</script>