|
@@ -8,6 +8,7 @@ import { postMessage } from '@/helpers/native-message'
|
|
|
import { Icon, ActionSheet, showToast, Image, Cell } from 'vant'
|
|
|
import { useRouter } from 'vue-router'
|
|
|
import item from '@/student/coupons/item'
|
|
|
+import { state } from '@/state'
|
|
|
const myForms = ref({}) as any
|
|
|
export default defineComponent({
|
|
|
props: ['item', 'forms'],
|
|
@@ -69,7 +70,8 @@ export default defineComponent({
|
|
|
query: {
|
|
|
id: props.item.userId,
|
|
|
practiceMonth: myForms.value.practiceMonth,
|
|
|
- practiceMonthName: myForms.value.practiceMonthName
|
|
|
+ practiceMonthName: myForms.value.practiceMonthName,
|
|
|
+ clientType: "STUDENT"
|
|
|
}
|
|
|
})
|
|
|
}
|