作者 xudada

编辑提交之后重置表单

... ... @@ -548,7 +548,8 @@
}
this.$message.success(res.msg)
// 隐藏对话框
this.configure_dialog.addDialog = false
this.configure_dialog.addDialog = false;
this.$refs.configure_editForm.resetFields();
// 刷新列表
this.submitForm()
}).catch(error => {
... ...
... ... @@ -553,6 +553,7 @@
// 隐藏对话框
this.configure_dialog.addDialog = false
// 刷新列表
this.$refs.configure_addForm.resetFields();
this.submitForm()
}).catch(error => {
this.$message.error(error.toString())
... ...