|
@@ -520,7 +520,7 @@ const deselectTimePrice = () => {
|
|
|
|
|
|
//可调量失去焦点
|
|
|
const changeTotalBlur = (row) => {
|
|
|
- const { meterTotal, changeTotal } = row
|
|
|
+ const { meterTotal, changeTotal } = deepClone(row)
|
|
|
if (!isNumberReg(changeTotal)) {
|
|
|
row.changeTotal = meterTotal
|
|
|
window.$message.warning('请输入正确的可调量')
|