修改禅道已知bug

This commit is contained in:
qq787203167
2022-05-10 14:50:34 +08:00
parent 5fb4d0c9ab
commit 1e5c55a4fa
4 changed files with 35 additions and 36 deletions
@@ -163,7 +163,6 @@
</div>
<a-form-model-item class="itemModel" :prop="item.db_field_name">
<Standardselection :query="item"
@change="StandardselectionChange"
:disabled="disabled"
:standard="formInline"
v-model="formInline[item.db_field_name]"/>
@@ -473,10 +472,10 @@
this.type = 'add'
this.getForm()
},
StandardselectionChange(value, id) {
this.formInline[value + '_id'] = id
this.formInline = { ...this.formInline }
},
// StandardselectionChange(value, id) {
// this.formInline[value + '_id'] = id
// this.formInline = { ...this.formInline }
// },
PersonnelSelectionChange(value, id) {
this.formInline[value + '_id'] = id
this.formInline = { ...this.formInline }