Commit 6f497aac by Mr. Lan

fix bug.

parent 55c69c67
...@@ -320,7 +320,6 @@ export default { ...@@ -320,7 +320,6 @@ export default {
} }
}, },
created() { created() {
console.log(this.preview)
if (this.widget.options.remote && this.remote[this.widget.options.remoteFunc]) { if (this.widget.options.remote && this.remote[this.widget.options.remoteFunc]) {
this.remote[this.widget.options.remoteFunc]((data) => { this.remote[this.widget.options.remoteFunc]((data) => {
this.widget.options.remoteOptions = data.map(item => { this.widget.options.remoteOptions = data.map(item => {
......
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 sign in to comment