mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +08:00
课程库
This commit is contained in:
@@ -221,7 +221,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
</div>
|
</div>
|
||||||
<!--
|
|
||||||
<div class="b_sup" :style="{ display: bs_hs ? 'block' : 'none' }">
|
<div class="b_sup" :style="{ display: bs_hs ? 'block' : 'none' }">
|
||||||
<div class="ofmb_items">
|
<div class="ofmb_items">
|
||||||
<div class="signbox">
|
<div class="signbox">
|
||||||
@@ -257,7 +257,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</a-radio-group>
|
</a-radio-group>
|
||||||
</div>
|
</div>
|
||||||
</div> -->
|
</div>
|
||||||
<div class="b_footer">
|
<div class="b_footer">
|
||||||
<div class="btn btn5" @click="of_exit1">
|
<div class="btn btn5" @click="of_exit1">
|
||||||
<div class="btnText">取消</div>
|
<div class="btnText">取消</div>
|
||||||
@@ -3361,7 +3361,7 @@ export default defineComponent({
|
|||||||
faceManageTab: "1",
|
faceManageTab: "1",
|
||||||
of_hs: false,
|
of_hs: false,
|
||||||
hideshow: true,
|
hideshow: true,
|
||||||
bs_hs: true,
|
bs_hs: false,
|
||||||
ft_hs: false,
|
ft_hs: false,
|
||||||
lookMs: false,
|
lookMs: false,
|
||||||
om_1: false,
|
om_1: false,
|
||||||
|
|||||||
@@ -651,7 +651,8 @@ export default defineComponent({
|
|||||||
api2.auditList(obj).then((res)=>{
|
api2.auditList(obj).then((res)=>{
|
||||||
|
|
||||||
if(res.data.data.rows &&res.data.data.rows.length > 0){
|
if(res.data.data.rows &&res.data.data.rows.length > 0){
|
||||||
state.auditDescription = res.data.data.rows[0].description?res.data.data.rows[0].description :"-";
|
let i =res.data.data.rows.length ;
|
||||||
|
state.auditDescription = res.data.data.rows[i-1].description?res.data.data.rows[i-1].description :"-";
|
||||||
console.log("state.auditDescription",state.auditDescription);
|
console.log("state.auditDescription",state.auditDescription);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user