Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev

This commit is contained in:
Vce 2024-05-18 02:24:28 +08:00
commit 736e394e6c

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 = {};