|
@@ -74,7 +74,6 @@ import { userStore } from '@/store/user'
|
|
|
|
|
|
const user = userStore()
|
|
|
const applyInfo = ref({})
|
|
|
-const show = ref(false)
|
|
|
|
|
|
// 查看用户是否有在申请中的数据
|
|
|
const getApplyInfo = async () => {
|
|
@@ -97,7 +96,6 @@ const getApplyInfo = async () => {
|
|
|
remark: result.remark // 备注
|
|
|
}
|
|
|
console.log(result, 'review----查看是否有申请中的数据', applyInfo.value)
|
|
|
- show.value = true
|
|
|
}
|
|
|
|
|
|
let hasData = false
|