zhengyiming
2 天以前 70f58df4daebf7dba7f4a24aee506e14885761bd
src/views/System/ModuleManage.vue
@@ -529,7 +529,7 @@
      name: subModule.name,
      group: state.group,
      // location: 'string',
      width: subModule.width,
      width: subModule.width.toString(),
      sort: subModule.sortCode,
    };
    if (subModule.id) {
@@ -564,7 +564,7 @@
              group.fields = columnModuleList.map((c) => ({
                code: c.enCode,
                name: c.name,
                width: c.width,
                width: c.width.toString(),
                sort: c.sortCode,
              }));
            }
@@ -576,7 +576,7 @@
            fields: columnModuleList.map((c) => ({
              code: c.enCode,
              name: c.name,
              width: c.width,
              width: c.width.toString(),
              sort: c.sortCode,
            })),
          };