Commit 3bd40d96 by crushh

update: 传参

parent 04aa89f7
......@@ -572,7 +572,7 @@ export default {
getData() {
let para = {
welcomeId: this.$route.query.id,
enterpriseId: this.enterpriseId
enterpriseId: this.enterpriseId || ''
};
getRequest('/haoban-manage3-web/welcome/get', para)
.then(res => {
......
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