@@ -189,7 +189,9 @@ export default {
} catch (error) {}
},
toDetail(row) {
- // this.$listeners.close();
+ if (this.payUserType === 'STUDENT') {
+ this.$listeners.close();
+ }
this.$nextTick(() => {
this.$listeners.lookDetail(row)
})