Merge branch 'build' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_webapp into build
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="办理进度">
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
params: {bizId}
|
params: {bizId}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.detail = res.data
|
this.detail = res.data?.[0] || {}
|
||||||
this.$emit("update:info", {...res.data, rateText: this.rateTexts?.[this.detail.score - 1] || ""})
|
this.$emit("update:info", {...res.data, rateText: this.rateTexts?.[this.detail.score - 1] || ""})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user