fix: 1453 退料审核时被驳回,驳回后修改数据再次提交,审核时查看的数据依然是驳回前的数据

This commit is contained in:
binbin_pan 2024-05-06 16:42:25 +08:00
parent 3e75f58a59
commit 8a67438b15
1 changed files with 2 additions and 2 deletions

View File

@ -341,11 +341,11 @@
align="center"
class-name="small-padding fixed-width"
width="200"
prop="num"
prop="preNum"
>
<template slot-scope="scope">
<el-input
v-model.number="scope.row.num"
v-model.number="scope.row.preNum"
placeholder="请输入退料数量"
type="number"
min="1"