fix: BUG修改

This commit is contained in:
kun 2024-05-17 23:36:00 +08:00
parent 4169c6a601
commit 70d2a6bdd1

View File

@ -1320,7 +1320,7 @@ export default {
{
required: true,
message: "请选择",
trigger: "blur",
trigger: "change",
}, //
],
videoName: [
@ -1473,6 +1473,7 @@ export default {
this.selectFormTreeData = data;
this.currentVideoTypeDetail.groupId = data.id;
console.log(this.currentVideoTypeDetail.groupId,777888)
console.log(this.$refs.addVideoDialog,777888)
this.$refs.addVideoDialog.validateField("groupId");
},
//
@ -1483,6 +1484,7 @@ export default {
},
//
selectFormChange(e) {
console.log(e,666777)
if (!e) {
this.selectFormVal = "";
this.selectFormTreeData = {};