重新构建一遍okr-tree
This commit is contained in:
@@ -231,7 +231,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@import "./model/transition.css";
|
@import "model/transition.css";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@@ -85,7 +85,7 @@ export default {
|
|||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.tableData = res.data?.records.map(e => {
|
this.tableData = res.data?.records.map(e => {
|
||||||
let guaranteeModeLabel = e.guaranteeMode.split(",").map(g => this.dict.getLabel("productGuaranteeMode", g))?.toString()
|
let guaranteeModeLabel = e.guaranteeMode?.split(",").map(g => this.dict.getLabel("productGuaranteeMode", g))?.toString()
|
||||||
return {...e, guaranteeModeLabel}
|
return {...e, guaranteeModeLabel}
|
||||||
})
|
})
|
||||||
this.page.total = res.data.total
|
this.page.total = res.data.total
|
||||||
|
|||||||
Reference in New Issue
Block a user