Commit 685b0319 by 李少勇

修改初始化

parent 5ce9af89
......@@ -24,6 +24,9 @@ export default {
transName: this.trnName,
userId: window.sessionStorage.userId || 'ZL',
});
if (!res.data) {
return
}
if (res.data.addbcb) {
this.$set(this.model, 'addbcb', res.data.addbcb)
}
......
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