Commit 92317f7c authored by 吴春's avatar 吴春

1

parent 87421a8f
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
</el-select> </el-select>
</td> </td>
<td colspan="2"> <td colspan="2">
<el-select v-model="CompanyID" placeholder v-if="isChang === 1" @change="setDutyParagraph"> <el-select v-model="CompanyID" placeholder filterable clearable v-if="isChang === 1" @change="setDutyParagraph">
<el-option v-for="item in CustomerList" :key="item.ID" :value="item.ID" :label="item.CompanyName"> <el-option v-for="item in CustomerList" :key="item.ID" :value="item.ID" :label="item.CompanyName">
</el-option> </el-option>
</el-select> </el-select>
......
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