修改禅道已知bug
This commit is contained in:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user