Commit bc2d5c47 by wusiyi

fix: bug

parent fe793606
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
:title="isEdit ? '编辑分拣口' : '新增分拣口'" :title="isEdit ? '编辑分拣口' : '新增分拣口'"
:close-on-click-modal="false" :close-on-click-modal="false"
width="800px" width="800px"
destroy-on-close
> >
<el-form ref="formRef" label-width="120px" :model="form" :rules="rules"> <el-form ref="formRef" label-width="120px" :model="form" :rules="rules">
<el-form-item label="分拣口说明" prop="sortingRemark"> <el-form-item label="分拣口说明" prop="sortingRemark">
......
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