fix:导入接口引用问题调整
This commit is contained in:
parent
f997f8d449
commit
97daddeef6
|
@ -663,7 +663,7 @@ export default {
|
||||||
fullscreen: true,
|
fullscreen: true,
|
||||||
text: "解析中...请稍等",
|
text: "解析中...请稍等",
|
||||||
});
|
});
|
||||||
this.$API.inm.mio.req(that.mioId, { path: res.path }).then((res) => {
|
this.$API.inm.mio.daorumioitem.req(that.mioId, { path: res.path }).then((res) => {
|
||||||
loading.close();
|
loading.close();
|
||||||
this.$message.success("导入成功");
|
this.$message.success("导入成功");
|
||||||
this.$refs.table.queryData(this.query);
|
this.$refs.table.queryData(this.query);
|
||||||
|
|
Loading…
Reference in New Issue