下钻弹窗最小高度100vh-34px
This commit is contained in:
@@ -507,7 +507,8 @@ export default {
|
||||
data.forEach((el) => {
|
||||
if (el.relactiveDomValue != currentData.value&&el.name!=='drill_drown_setting') {
|
||||
this.inputShow[el.name] = false;
|
||||
console.log(el.name)
|
||||
}else if(el.name==='drill_drown_setting'){
|
||||
this.inputShow[el.name] = el.relactiveDomValue == this.formData[el.relactiveDom];
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -520,9 +521,7 @@ export default {
|
||||
this.formData[this.options[i].name] = this.deepClone(
|
||||
this.options[i].value
|
||||
);
|
||||
if(this.options[i].name=="is_drill_drown"&&this.formData[this.options[i].name]){
|
||||
this.inputShow['drill_drown_setting']=true
|
||||
}
|
||||
|
||||
} else if (Object.prototype.toString.call(obj) == "[object Array]") {
|
||||
for (let j = 0; j < obj.length; j++) {
|
||||
const list = obj[j].list;
|
||||
|
||||
Reference in New Issue
Block a user