Browse Source

feat: [试验管理] 归档+借阅

master
memorylkf 1 week ago
parent
commit
e895534f4d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/views/business/study/list.vue

+ 2
- 2
src/views/business/study/list.vue View File

@ -284,8 +284,8 @@ export default {
})
},
gs(row) {
this.operate = 'gs'
js(row) {
this.operate = 'js'
this.operateRow = row
this.$refs.signRef.show(this.$t('page.business.study.study.jssy'),this.$t('page.business.study.study.jssy'))
},

Loading…
Cancel
Save