RuoYi
2021-06-10 37d4080b22325bd4ed476acd4f2e3a19f55ff52f
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(() => {});
    }
  }
};