修复未展示评价的BUG
This commit is contained in:
@@ -32,7 +32,7 @@
|
|||||||
</ai-wrapper>
|
</ai-wrapper>
|
||||||
</template>
|
</template>
|
||||||
</ai-card>
|
</ai-card>
|
||||||
<ai-evaluation :bid="detail.id" :info.sync="evaluation"/>
|
<ai-evaluation v-if="!!detail.id" :bid="detail.id" :info.sync="evaluation"/>
|
||||||
</div>
|
</div>
|
||||||
<div class="rightZone">
|
<div class="rightZone">
|
||||||
<ai-card title="办理进度">
|
<ai-card title="办理进度">
|
||||||
|
|||||||
Reference in New Issue
Block a user