RuoYi
2021-06-17 872b1178863a8a003efefb3f1bc2c142880b5a00
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(() => {});
    }
  }
};