|
@@ -350,7 +350,7 @@
|
|
>
|
|
>
|
|
<el-input
|
|
<el-input
|
|
type="text"
|
|
type="text"
|
|
- @input="maxChange($event, scope.$index, 'i')"
|
|
|
|
|
|
+ @focus="maxChange($event, scope.$index, 'i')"
|
|
:ref="`klRuleByIdSub[${scope.$index}].subMaxValue`"
|
|
:ref="`klRuleByIdSub[${scope.$index}].subMaxValue`"
|
|
v-model="scope.row.subMaxValue"
|
|
v-model="scope.row.subMaxValue"
|
|
placeholder="填写数值"
|
|
placeholder="填写数值"
|
|
@@ -424,7 +424,7 @@
|
|
<el-input
|
|
<el-input
|
|
type="text"
|
|
type="text"
|
|
:ref="`klRuleByIdSub[${scope.$index}].subMinValue`"
|
|
:ref="`klRuleByIdSub[${scope.$index}].subMinValue`"
|
|
- @input="minChange($event, scope.$index, 'i')"
|
|
|
|
|
|
+ @focus="minChange($event, scope.$index, 'i')"
|
|
v-model="scope.row.subMinValue"
|
|
v-model="scope.row.subMinValue"
|
|
placeholder="填写数值"
|
|
placeholder="填写数值"
|
|
/>
|
|
/>
|