Bläddra i källkod

删除console

cyy 2 år sedan
förälder
incheckning
8f4f416b0d

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

@@ -1010,7 +1010,7 @@ export default {
             } else {
             } else {
                 this.isShowTooltip = true;
                 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) {
         handleRadioChange (val) {
             if (this.dataModel === val && this.fieldOptions.uncheck === true) {
             if (this.dataModel === val && this.fieldOptions.uncheck === true) {