Commit 930f176f authored by 徐一鸣's avatar 徐一鸣

fixed

parent a8e9c793
......@@ -64,7 +64,7 @@ export default {
computed: {},
created() {},
mounted() {
this.formInline.depart = this.$store.state.userInfo.department_name;
this.formInline.depart = this.$store.state.userInfo&&this.$store.state.userInfo.department_name || "";
},
methods: {
submitForm() {
......
......@@ -399,7 +399,7 @@ export default {
},
maxheight: {
type: [String, Number],
default: ""
default: "0"
}
},
data() {
......
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