当前位置: 首页 > 工具软件 > gridTemplate > 使用案例 >

Grid使用模板(template)出错 (备忘)

康秋月
2023-12-01

    onDataChange: function (e) {

        ...

        //由於字段使用了template(template出錯),在onAfterAdd初始化會報錯,因放此處執行
        if (e.action == "add" && dm.masterData[1] && e.tableName == dm.masterData[1].tableName) {
            row.free_flg = 0; // 使用模板(template)字段 

        }

      ... 

   }


 类似资料: