flat: 123
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<jl-go-back></jl-go-back>
|
||||
<el-row>
|
||||
<el-col :span="8">
|
||||
<avue-form :option="formOption" v-model="form" @submit="handleSubmit" ref="form">
|
||||
<avue-form :option="formOption" :upload-before="uploadBefore" v-model="form" @submit="handleSubmit" ref="form">
|
||||
</avue-form>
|
||||
</el-col>
|
||||
<el-col :span="16">
|
||||
@@ -202,7 +202,10 @@
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
|
||||
uploadBefore(file, done, loading, column) {
|
||||
this.form.headPic = ''
|
||||
done()
|
||||
},
|
||||
// 值发生变化
|
||||
onEditorChange(editor) {
|
||||
this.content = editor.html;
|
||||
|
||||
Reference in New Issue
Block a user