Commit d6208167 by 陈超

A

parent d86ba208
......@@ -408,12 +408,15 @@
el: "#app",
data: function() {
return {
info: {}
info: {},
temp: {}
}
},
created: function() {
this.info = {:json_encode($paper)};
this.temp = {:json_encode($$tempData)};
console.log(this.info)
console.log(temp)
},
methods: {
......
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