feat: There is no way the

This commit is contained in:
super_liu
2021-08-30 12:11:55 +08:00
parent a17c9dfc8d
commit 3a2291bf8f
@@ -261,7 +261,7 @@
<el-form-item label="所属模块" prop="sarType" class="add-form-item">
<el-select v-model="displayLocationDialogFormData.sarType" filterable>
<el-option
v-for="item in sarTypeLocationOptions"
v-for="item in sarTypeOptions"
:key="item.value"
:label="item.label"
:value="item.value"