考核实验报告

dev_202412 V3.0.1
yujialong 1 month ago
parent 61067a7b25
commit d034264f14
  1. 2
      src/pages/ass/list/index.vue

@ -363,7 +363,7 @@ export default {
},
show (row) { //
this.$store.commit('project/setReferrer', `${this.$route.path}?${qs.stringify(this.form)}&page=${this.page}`)
this.$router.push(`/record/trialReport?reportId=${row.reportId}`);
this.$router.push(`/record/${row.paperId ? 'theoryReport' : 'trialReport'}?reportId=${row.reportId}`);
},
saveIc () {
if (!this.invitationCode) return Util.warningMsg("请输入邀请码");

Loading…
Cancel
Save