课酬基准

This commit is contained in:
gengxin
2025-02-20 21:30:29 +08:00
parent 8e9b5a156c
commit 81d8040524

View File

@@ -1233,7 +1233,8 @@ export default {
} else { } else {
state.formParam.score = null state.formParam.score = null
} }
if (state.formParam.levelPay) { console.log("state.formParam.levelPay",state.formParam.levelPay)
if (state.formParam.levelPay || state.formParam.levelPay == 0) {
state.formParam.levelPay = String(state.formParam.levelPay) state.formParam.levelPay = String(state.formParam.levelPay)
} }
if (state.formParam.payableExpense) { if (state.formParam.payableExpense) {