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