薪资
This commit is contained in:
@@ -262,7 +262,7 @@ const showAllContent = ref(false)
|
||||
const checkAuthMethod = async () => {
|
||||
try {
|
||||
const res = await checkAuth()
|
||||
showAllContent.value = res.data.data
|
||||
showAllContent.value = res.data
|
||||
} catch (error) {
|
||||
// 检查权限失败
|
||||
}
|
||||
@@ -287,9 +287,9 @@ const queryExtendSalaryInfoMethod = async (row: any) => {
|
||||
const params = { nf: row.nf, yf: row.yf, teacherNo: row.teacherNo }
|
||||
try {
|
||||
const res = await queryExtendSalaryInfo(params)
|
||||
salaryExtendData.value.push(res.data.data.salaryTax)
|
||||
allProjectData.value = res.data.data.allProject
|
||||
staticsData.orderMoney = res.data.data.totalMoney
|
||||
salaryExtendData.value.push(res.data.salaryTax)
|
||||
allProjectData.value = res.data.allProject
|
||||
staticsData.orderMoney = res.data.totalMoney
|
||||
} catch (error) {
|
||||
// 查询失败
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user