Commit 5205e7d2 authored by 何远江's avatar 何远江

bug 修改

parent 333a7e4f
......@@ -71,7 +71,7 @@
<el-col :span="12">
<el-form-item label="检测项编码" prop="indexCode">
<el-input
v-model="form.qcTool"
v-model="form.indexName"
placeholder="请选择测项编码"
readonly
>
......
......@@ -19,6 +19,7 @@
class="page-form"
:model="form"
ref="form"
:rules="rules"
size="small"
:inline="true"
label-width="8em"
......
......@@ -321,7 +321,7 @@ export default {
areaCode: null,
areaName: null,
issueDate: null,
status: null,
status: 'PREPARE',
},
// 表单参数
form: {},
......
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