vben
2021-06-19 e8d6f8851efd7076946486864936f1797280d3ba
src/store/modules/errorLog.ts
@@ -20,10 +20,10 @@
    errorLogListCount: 0,
  }),
  getters: {
    getErrorLogInfoList() {
    getErrorLogInfoList(): ErrorLogInfo[] {
      return this.errorLogInfoList || [];
    },
    getErrorLogListCount() {
    getErrorLogListCount(): number {
      return this.errorLogListCount;
    },
  },