|
|
@ -317,16 +317,12 @@ const handleHandle = async (id: number) => { |
|
|
|
} |
|
|
|
|
|
|
|
const onBlur = (field, e) => { |
|
|
|
console.log('字段', field) |
|
|
|
console.log('失焦后值', e.target.value) |
|
|
|
if (field == 'reason') { |
|
|
|
detailRef.value.formRef.formRef.formModel[field] = e.target.value |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
const tableFormSelectOnBlur = (field, val, row, index) => { |
|
|
|
// console.log('字段', field) |
|
|
|
// console.log('失焦后值', val.target.value) |
|
|
|
if (field == 'reason') { |
|
|
|
tableData.value[index][field] = val.target.value |
|
|
|
} |
|
|
|