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}'`);
     }
   }