数据库文档增加oracle支持,前端交互优化

This commit is contained in:
暮光:城中城
2019-09-28 15:25:52 +08:00
parent f69cf40c7a
commit 9c00186f88
14 changed files with 115 additions and 70 deletions

View File

@@ -204,8 +204,8 @@
}).catch(()=>{});
},
saveDatasource() {
app.datasourceDialogVisible = false;
this.common.post(this.apilist1.manageUpdateDatasource, this.newDatasource, function (json) {
app.datasourceDialogVisible = false;
app.$message.success("保存成功!");
app.getDatasourceList();
});