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

fixed

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