fix:导入接口引用问题调整

This commit is contained in:
shijing 2025-08-22 09:17:14 +08:00
parent f997f8d449
commit 97daddeef6
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ export default {
fullscreen: true,
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();
this.$message.success("导入成功");
this.$refs.table.queryData(this.query);