mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
课酬基准
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user