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