Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wxcp_app into dev
This commit is contained in:
@@ -86,7 +86,7 @@ export default {
|
||||
}).then(res => {
|
||||
if (res?.data) {
|
||||
this.selectList.push(row)
|
||||
this.options = res.data.map(id => ({id, name: id, isChecked: !!this.selected[id]}))
|
||||
this.options = res.data.map(e => ({...e, isChecked: !!this.selected[e.id]}))
|
||||
}
|
||||
}).finally(() => row.locked = false)
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
</div>
|
||||
</AiCell>
|
||||
</div>
|
||||
<AiEmpty description="暂无数据" v-if="!data.length"/>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user