平台件认证清单-编辑 责任人不能为空的提示
This commit is contained in:
@@ -140,9 +140,10 @@
|
||||
let content = this.selectData.filter(res => {
|
||||
return res.id === selectValue
|
||||
})
|
||||
this.$emit('input', content[0].username)
|
||||
this.$emit('input', content.length > 0 ? content[0].username:'')
|
||||
this.$emit('change', this.query.db_field_name, selectValue, this.query.subscript)
|
||||
} else {
|
||||
console.log(1)
|
||||
Object.assign(this, {
|
||||
selectValue,
|
||||
fetching: false
|
||||
|
||||
-1
@@ -380,7 +380,6 @@
|
||||
<PersonnelSelection
|
||||
:query="{db_field_name:'dutyPerson',db_field_txt:$t('personLiable')}"
|
||||
:personneQuery="formInline"
|
||||
:isSingleChoice="true"
|
||||
v-if="personnelVisible"
|
||||
@change="PersonnelSelectionChange"
|
||||
:disabled="disabled"
|
||||
|
||||
Reference in New Issue
Block a user