Merge branch 'bjxz-dev' of http://139.9.66.234:18023/dhp/zhgdyun into bjxz-dev
This commit is contained in:
commit
736e394e6c
@ -1320,7 +1320,7 @@ export default {
|
|||||||
{
|
{
|
||||||
required: true,
|
required: true,
|
||||||
message: "请选择",
|
message: "请选择",
|
||||||
trigger: "blur",
|
trigger: "change",
|
||||||
}, // 必
|
}, // 必
|
||||||
],
|
],
|
||||||
videoName: [
|
videoName: [
|
||||||
@ -1473,6 +1473,7 @@ export default {
|
|||||||
this.selectFormTreeData = data;
|
this.selectFormTreeData = data;
|
||||||
this.currentVideoTypeDetail.groupId = data.id;
|
this.currentVideoTypeDetail.groupId = data.id;
|
||||||
console.log(this.currentVideoTypeDetail.groupId,777888)
|
console.log(this.currentVideoTypeDetail.groupId,777888)
|
||||||
|
console.log(this.$refs.addVideoDialog,777888)
|
||||||
this.$refs.addVideoDialog.validateField("groupId");
|
this.$refs.addVideoDialog.validateField("groupId");
|
||||||
},
|
},
|
||||||
// 树形控件点击
|
// 树形控件点击
|
||||||
@ -1483,6 +1484,7 @@ export default {
|
|||||||
},
|
},
|
||||||
// 选择父级组件框值修改
|
// 选择父级组件框值修改
|
||||||
selectFormChange(e) {
|
selectFormChange(e) {
|
||||||
|
console.log(e,666777)
|
||||||
if (!e) {
|
if (!e) {
|
||||||
this.selectFormVal = "";
|
this.selectFormVal = "";
|
||||||
this.selectFormTreeData = {};
|
this.selectFormTreeData = {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user