Commit 68741cb1 authored by lixy's avatar lixy

通用设置

parent c1010215
......@@ -58,7 +58,7 @@
<el-input type="number" v-model.number="dialogFrom.type" placeholder="1,2,3……"></el-input>
</el-form-item>
<el-form-item label="详情">
<Editor @input="handelIncrease" :value="dialogFrom.value"></Editor>
<Editor @input="handelIncrease" :value="dialogFrom.value" :myQuillEditor="'myQuillEditorContent'"></Editor>
</el-form-item>
</el-form>
<div slot="footer" class="dialog-footer">
......@@ -293,7 +293,7 @@
value: this.dialogFrom.value
};
editGeneral(params).then(response => {
if (response.code === rsCode.RS_CODE_SUC) {
if (response.status === 200) {
this.cleanDialogFrom();
this.dialogVisible = false;
this.$notify({
......
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