ITOO遇到的问题

    xiaoxiao2021-03-25  76

    前言

       最近又开始了ITOO的学习,虽然自己没出多少力,还是把遇到的问题记录一下。

    问题1

       

     解决方法

      将配置文件里的这段话注释掉

    <!--<dependentAssembly> <assemblyIdentity name="MySql.Data" publicKeyToken="c5687fc88969c44d" culture="neutral" /> <bindingRedirect oldVersion="0.0.0.0-6.9.9.0" newVersion="6.9.9.0" /> </dependentAssembly>-->

    问题2

      验证消息在顶端显示   解决方法:在js里窗体关闭时增加一句代码。   参考代码(网上查的): $('#dlgReportInfo').dialog({             onClose: function () {                 //解决弹出窗口关闭后,验证消息还显示在最上面                 $('.validatebox-tip').remove();             }         });

    小结

      记录一下遇到问题,下次遇到能尽快解决,不用再花费时间来查找解决方法。

    转载请注明原文地址: https://ju.6miu.com/read-35138.html

    最新回复(0)