提交 e5bfb4d7 编写于 作者: minghao.wu's avatar minghao.wu

fix: label默认不展示

上级 0a714033
...@@ -708,8 +708,8 @@ ...@@ -708,8 +708,8 @@
<div class="inline" v-if="formData.leastCount > 1"> <div class="inline" v-if="formData.leastCount > 1">
<el-form-item label="递增方式" prop="incrType"> <el-form-item label="递增方式" prop="incrType">
<el-col :span="24"> <el-col :span="24">
<el-radio size="mini" v-model="formData.incrType" label="2">倍数递增</el-radio> <el-radio size="mini" v-model="formData.incrType" :label="2">倍数递增</el-radio>
<el-radio v-model="formData.incrType" label="1">1件递增</el-radio> <el-radio v-model="formData.incrType" :label="1">1件递增</el-radio>
</el-col> </el-col>
</el-form-item> </el-form-item>
</div> </div>
...@@ -917,6 +917,7 @@ ...@@ -917,6 +917,7 @@
this.checkPackageIdList = res.data; this.checkPackageIdList = res.data;
}) })
} }
debugger;
// 判空 // 判空
if (this.formData.leastCount == null || this.formData.leastCount === '') { if (this.formData.leastCount == null || this.formData.leastCount === '') {
this.formData.leastCount = 1; this.formData.leastCount = 1;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册