master
parent
c77bc605b0
commit
5fddd0de98
|
@ -116,6 +116,7 @@ export default {
|
|||
}
|
||||
const dbName = this.queryParams.dbName;
|
||||
importTable(tableNames, dbName).then(res => {
|
||||
console.log(res)
|
||||
this.$modal.msgSuccess(res.data.msg);
|
||||
this.visible = false;
|
||||
this.$emit("ok");
|
||||
|
|
Loading…
Reference in New Issue