Commit bc8f8ba8 authored by jingnan's avatar jingnan 👀

物料确认扫码录入不掉用接口bug修改

parent 8535738f
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
> >
<div class="content"> <div class="content">
<el-form <el-form
v-if="scope.row.popoverVisible"
:ref="'ruleForm' + scope.row.uuid" :ref="'ruleForm' + scope.row.uuid"
:model="typing" :model="typing"
:rules="rules" :rules="rules"
...@@ -95,6 +96,7 @@ ...@@ -95,6 +96,7 @@
> >
<div class="content"> <div class="content">
<el-form <el-form
v-if="scope.row.popoverVisibleHistory"
:ref="'ruleForm' + scope.row.uuid" :ref="'ruleForm' + scope.row.uuid"
:model="typing" :model="typing"
:rules="rules" :rules="rules"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment