Commit ebef5472 authored by liwenhong's avatar liwenhong

add:reset

parent fe7b1c46
......@@ -208,6 +208,7 @@
label="金额计算方式:"
prop="commission_mode"
:disable="disabled"
@change="changeCommissionMode"
>
<el-radio-group
v-model="ruleForm.commission_mode"
......@@ -567,6 +568,10 @@ export default {
this.timeSelect = [];
}
},
changeCommissionMode() {
this.ruleForm.first_commission_value = ''
this.ruleForm.second_commission_value = ''
},
// 获取时间格式
formatTime(date) {
// 封装函数判断是否要在目标前边加 ’0‘
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment