master
parent
5fddd0de98
commit
bdc5c81d0c
|
@ -117,7 +117,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)
|
console.log(res)
|
||||||
this.$modal.msgSuccess(res.data.msg);
|
this.$modal.msgSuccess(res.msg);
|
||||||
this.visible = false;
|
this.visible = false;
|
||||||
this.$emit("ok");
|
this.$emit("ok");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue