修改已知问题
This commit is contained in:
@@ -41,6 +41,7 @@
|
|||||||
:personneQuery="formInline"
|
:personneQuery="formInline"
|
||||||
:query="{db_field_name:'dreUserId',db_field_txt:$t('selectInquiry')}"
|
:query="{db_field_name:'dreUserId',db_field_txt:$t('selectInquiry')}"
|
||||||
:isInput="true"
|
:isInput="true"
|
||||||
|
:isSingleChoice="true"
|
||||||
@change="PersonnelSelectionChange"
|
@change="PersonnelSelectionChange"
|
||||||
v-model="formInline.dreUserIdName"/>
|
v-model="formInline.dreUserIdName"/>
|
||||||
</a-form-model-item>
|
</a-form-model-item>
|
||||||
@@ -102,10 +103,10 @@
|
|||||||
type: Boolean,
|
type: Boolean,
|
||||||
default: false
|
default: false
|
||||||
},
|
},
|
||||||
title:{
|
title: {
|
||||||
type: String,
|
type: String,
|
||||||
default: ''
|
default: ''
|
||||||
},
|
}
|
||||||
},
|
},
|
||||||
components: {
|
components: {
|
||||||
uploadFile,
|
uploadFile,
|
||||||
@@ -196,7 +197,7 @@
|
|||||||
},
|
},
|
||||||
submitNoRule(callBack) {
|
submitNoRule(callBack) {
|
||||||
callBack(this.formInline)
|
callBack(this.formInline)
|
||||||
},
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@@ -28,6 +28,7 @@
|
|||||||
<div class="detail-content" style="height: 100%">
|
<div class="detail-content" style="height: 100%">
|
||||||
<div class="Virtual-detail-left">
|
<div class="Virtual-detail-left">
|
||||||
<div class="Virtual-detail-left-text" :title="$t('projectDetails')"
|
<div class="Virtual-detail-left-text" :title="$t('projectDetails')"
|
||||||
|
v-has="'projectLibraryBase:queryById'"
|
||||||
@click="textClick(0,$t('projectDetails'))">
|
@click="textClick(0,$t('projectDetails'))">
|
||||||
<a-icon type="container"/>
|
<a-icon type="container"/>
|
||||||
{{$t('projectDetails')}}
|
{{$t('projectDetails')}}
|
||||||
|
|||||||
Reference in New Issue
Block a user