Commit 78469566 authored by 刘殿昕's avatar 刘殿昕

appBuilderParams

parent 1e3895ed
......@@ -987,7 +987,7 @@ export default {
self.portal_id = data.portalid;
self.is_portal = true;
} else if (self.$store.state.appBuilderParams) {
let data = this.$store.state.znztParams;
let data = this.$store.state.appBuilderParams;
console.log(data);
self.form.name = data.name;
self.form.desc = data.descript;
......
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