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