|
@@ -175,7 +175,8 @@ const interfaceContext = (data) => {
|
|
fc.push(` constructor() {`);
|
|
fc.push(` constructor() {`);
|
|
fc.push(` const like_prop = [];`);
|
|
fc.push(` const like_prop = [];`);
|
|
fc.push(` const props = [${props}];`);
|
|
fc.push(` const props = [${props}];`);
|
|
- fc.push(` super({ like_prop });`);
|
|
|
|
|
|
+ fc.push(` const mapping = [];`);
|
|
|
|
+ fc.push(` super({ like_prop, props, mapping });`);
|
|
fc.push(` }`);
|
|
fc.push(` }`);
|
|
for (const col of indexs) {
|
|
for (const col of indexs) {
|
|
const cfc = getInterfaceColumn(col);
|
|
const cfc = getInterfaceColumn(col);
|