修改禅道已知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
@@ -169,8 +169,6 @@
</div>
<a-form-model-item class="itemModel" :prop="item.db_field_name">
<Standardselection :query="item"
@changecontent='changeContent'
@change="StandardselectionChange"
:disabled="disabled"
:standard="formInline"
v-model="formInline[item.db_field_name]"/>
@@ -1128,19 +1126,19 @@
this.type = 'add'
},
changeContent(val) {
this.standardSelectionContent = val
},
StandardselectionChange(value, id) {
// changeContent(val) {
// this.standardSelectionContent = val
// },
// StandardselectionChange(value, id) {
// todo
// this.valueItem = value
// if(this.formInline[value] !== undefined) {
// this.formArrayName = this.formInline[value].split(',')
// this.formArrayId = id.split(',')
// }
this.formInline[value + '_id'] = id
this.formInline = { ...this.formInline }
},
// this.formInline[value + '_id'] = id
// this.formInline = { ...this.formInline }
// },
PersonnelSelectionChange(value, id) {
this.formInline[value + '_id'] = id
this.formInline = { ...this.formInline }