修改项目库平台件
This commit is contained in:
+5
-4
@@ -32,7 +32,8 @@
|
||||
:standardContentQuery="queryProject"
|
||||
/>
|
||||
<!-- :class="{'circulationHistory':this.queryData.isDisplay,'circulationHistoryOne':!this.queryData.isDisplay}"-->
|
||||
<experienceReferenceList ref="experienceReferenceListRef"/>
|
||||
<experienceReferenceList v-if="isDisplay"
|
||||
ref="experienceReferenceListRef"/>
|
||||
<div>
|
||||
<circulationHistory
|
||||
v-if="isDisplay"
|
||||
@@ -300,14 +301,14 @@
|
||||
if (this.queryData.platform) {
|
||||
this.queryProject.platform = this.queryData.platform
|
||||
}
|
||||
this.$nextTick(() => {
|
||||
this.$refs.experienceReferenceListRef.getData(this.queryProject.serialNumber)
|
||||
})
|
||||
// if (this.queryData.TaskKey == 'zrrqr' || this.queryData.TaskKey == 'dezrrqr') {
|
||||
// this.queryProject.endTime = this.queryData.endTime
|
||||
// }
|
||||
this.loading = false
|
||||
this.isDisplay = true
|
||||
this.$nextTick(() => {
|
||||
this.$refs.experienceReferenceListRef.getData(this.queryProject.serialNumber)
|
||||
})
|
||||
} else {
|
||||
this.queryProject = {}
|
||||
this.loading = false
|
||||
|
||||
Reference in New Issue
Block a user