RuoYi
2021-06-03 b706cb4e9c5d9f5a324ed52c4f2ad5d2eeb26753
修复关闭confirm提示框控制台报错问题
已修改2个文件
6 ■■■■ 文件已修改
src/main/resources/vm/vue/index-tree.vue.vm 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/vm/vue/index.vue.vm 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/resources/vm/vue/index-tree.vue.vm
@@ -532,7 +532,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        })
        }).catch(() => {});
    }
  }
};
src/main/resources/vm/vue/index.vue.vm
@@ -590,7 +590,7 @@
        }).then(() => {
          this.getList();
          this.msgSuccess("删除成功");
        })
        }).catch(() => {});
    },
#if($table.sub)
    /** ${subTable.functionName}序号 */
@@ -639,7 +639,7 @@
        }).then(response => {
          this.download(response.msg);
          this.exportLoading = false;
        })
        }).catch(() => {});
    }
  }
};