diff --git a/src/views/business/study/list.vue b/src/views/business/study/list.vue index 0ac8910..a9f0704 100644 --- a/src/views/business/study/list.vue +++ b/src/views/business/study/list.vue @@ -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')) },