Преглед изворни кода

Merge branch 'master' of http://119.23.210.103:3000/wy/zdqy_firm_former

cfort пре 2 година
родитељ
комит
345bf3777f

+ 1 - 1
src/business/platform/form/formrender/dynamic-form/dynamic-form-field.vue

@@ -1010,7 +1010,7 @@ export default {
             } else {
                 this.isShowTooltip = true;
             }
-            console.log(e,target,target.offsetWidth , target.scrollWidth,target.offsetWidth < target.scrollWidth,this.isShowTooltip,!this.isTable,!this.isTable&&this.isShowTooltip)
+            // console.log(e,target,target.offsetWidth , target.scrollWidth,target.offsetWidth < target.scrollWidth,this.isShowTooltip,!this.isTable,!this.isTable&&this.isShowTooltip)
         },
         handleRadioChange (val) {
             if (this.dataModel === val && this.fieldOptions.uncheck === true) {