RuoYi
2021-06-15 64f7ab54456d776d3e86857202604730d186054f
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(() => {});
    }
  }
};