lrf 2 年之前
父节点
当前提交
c5b549a817
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app/public/table-template.js

+ 1 - 0
app/public/table-template.js

@@ -25,6 +25,7 @@ module.exports = (data) => {
       if (pluginHead.indexOf(pluginStr) <= -1) pluginHead += pluginStr;
       pluginArea += `schema.plugin(${type}Plugin(${JSON.stringify(params)}));\n`;
       configArr.push(`'${title}'`);
+      updateArr.push(`'${title}'`);
     }
   }