diff --git a/src/views/Finance/Commission/Comp/DialogPlan.vue b/src/views/Finance/Commission/Comp/DialogPlan.vue index 385d75e..78fbea8 100644 --- a/src/views/Finance/Commission/Comp/DialogPlan.vue +++ b/src/views/Finance/Commission/Comp/DialogPlan.vue @@ -147,21 +147,28 @@ - - - - - - + + + + + - + - + + + + + + + + + @@ -320,8 +327,9 @@ const resetForm = () => { isDeductExtraPay: true, isDeductAfterSale: true, calculateType: 1, - jiedaiticheng: undefined, - quyuticheng: false + receptionPercentageRate: undefined, + isAreaPercentage: false, + zhuanhuaticheng: undefined } formRef.value?.resetFields() }