BUG 添加直播任务 封面不显示、回放链接文本框没了、

This commit is contained in:
李东进1
2023-02-20 21:23:26 +08:00
parent 2e50bfe8a5
commit b1325b2786
2 changed files with 8 additions and 5 deletions

View File

@@ -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: [