设置最小及,及默认值回复
This commit is contained in:
parent
3add369ae1
commit
a7db410b16
|
@ -127,6 +127,7 @@
|
|||
<a-input-number
|
||||
v-model="model.tolerance"
|
||||
:step="0.1"
|
||||
:min="0"
|
||||
@change="handleToleranceChange"
|
||||
></a-input-number>
|
||||
</a-form-model-item>
|
||||
|
@ -762,6 +763,7 @@ export default {
|
|||
async getSelPosNuclide(row) {
|
||||
this.model.possibleNuclide = ''
|
||||
this.model.identifiedNuclide = ''
|
||||
this.model.tolerance = 0.5
|
||||
|
||||
if (!row._possible) {
|
||||
this.$set(row, '_loading', true)
|
||||
|
|
Loading…
Reference in New Issue
Block a user