mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
BUG 添加直播任务 封面不显示、回放链接文本框没了、
This commit is contained in:
@@ -284,7 +284,7 @@
|
||||
<span style="margin-right: 3px">评估:</span>
|
||||
</div>
|
||||
<div class="btnbox2">
|
||||
<a-checkbox v-model:checked="formData.isEvaluate"
|
||||
<a-checkbox v-model:checked="formData.isEvaluate" @change="getchanges(formData.isEvaluate)"
|
||||
>需要评估
|
||||
</a-checkbox>
|
||||
</div>
|
||||
@@ -338,6 +338,9 @@ const removePG = () => {
|
||||
const getchange = (mess) => {
|
||||
console.log(mess); //输出true或者false
|
||||
};
|
||||
const getchanges = (mess) => {
|
||||
console.log(mess); //输出true或者false
|
||||
};
|
||||
const props = defineProps({
|
||||
type: Number,
|
||||
taskList: [],
|
||||
@@ -355,7 +358,7 @@ const formData = ref({
|
||||
liveCover: "",
|
||||
beforeSignIn: "",
|
||||
afterSignIn: "",
|
||||
isEvaluate: "",
|
||||
isEvaluate: false,
|
||||
assessmentId: "",
|
||||
assessmentName: "",
|
||||
livePlayback: "",
|
||||
@@ -375,7 +378,7 @@ const rulesRef = ref({
|
||||
{
|
||||
type: "url",
|
||||
required: true,
|
||||
message: "请输入直播链接",
|
||||
message: "请输入合法的直播链接",
|
||||
},
|
||||
],
|
||||
liveStartTime: [
|
||||
|
||||
Reference in New Issue
Block a user