|
|
|
@ -199,11 +199,17 @@ export default { |
|
|
|
detail(row) { |
|
|
|
// 已关闭 |
|
|
|
if (row.status == 1) { |
|
|
|
this.$modal.confirm(this.$t('page.business.study.studyMethod.gbts')).then(() => { |
|
|
|
this.$confirm(this.$t('page.business.study.studyMethod.gbts'), this.$t('system.tip'), { |
|
|
|
confirmButtonText: this.$t('page.business.study.studyMethod.jcyd'), |
|
|
|
cancelButtonText: this.$t('form.cancel'), |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
this.showDetail = true |
|
|
|
this.$emit('showDetail', this.showDetail) |
|
|
|
this.$refs.Xq.show(row) |
|
|
|
}).catch(() => { }); |
|
|
|
}).catch(() => { |
|
|
|
|
|
|
|
}); |
|
|
|
} else { |
|
|
|
this.showDetail = true |
|
|
|
this.$emit('showDetail', this.showDetail) |
|
|
|
|