mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-17 23:06:47 +08:00
面授课bug
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<!-- 审核理由 -->
|
||||
<div v-if="statusJuJue" class="statusJuJue">
|
||||
<span>审核意见:</span>
|
||||
<span>-</span>
|
||||
<span>{{auditDescription}}</span>
|
||||
</div>
|
||||
<div class="faceteach" :style="{ display: ft_hs ? 'block' : 'none' }">
|
||||
<div class="ft_main">
|
||||
@@ -372,7 +372,7 @@ import {Editor, Toolbar} from "@wangeditor/editor-for-vue";
|
||||
import ProjectManager from "@/components/project/ProjectManagerNew";
|
||||
import FJUpload from "@/components/common/FJUpload";
|
||||
import * as moment from "moment";
|
||||
|
||||
import * as api2 from "../../api/indexAudit"
|
||||
export default defineComponent({
|
||||
components: {
|
||||
Editor,
|
||||
@@ -401,6 +401,7 @@ export default defineComponent({
|
||||
tags_val: [],
|
||||
qdms_inputV6: "",
|
||||
imgList: [],
|
||||
auditDescription:"",
|
||||
});
|
||||
|
||||
const visibleOpen = (offcourseId) => {
|
||||
@@ -639,6 +640,19 @@ export default defineComponent({
|
||||
if (Number(item.auditStatus) === 2 && Number(item.status) === 0) {
|
||||
state.statusTingQi = 0;
|
||||
}
|
||||
if(Number(item.auditStatus) === -1 ){
|
||||
let obj ={
|
||||
offcourseId:offcourseId,
|
||||
type:2,
|
||||
pageNo: 1,
|
||||
pageSize: 1,
|
||||
}
|
||||
api2.auditList(obj).then((res)=>{
|
||||
state.auditDescription = res.data.data.rows[0].description;
|
||||
console.log("state.auditDescription",state.auditDescription);
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
state.qdms_inputV1 = item.name;
|
||||
state.feng_mian_1 = item.picUrl;
|
||||
|
||||
Reference in New Issue
Block a user