Ben Lin
2024-07-02 2069d53e9be24adec3c8d6717fd7317555bd9a52
src/views/tigerprojects/system/lowcode/normal/mainTable.vue
@@ -254,7 +254,9 @@
      const result = CreateAction(fnName);
      switch (result.action) {
        case 'go':
          go(`/${result.url}/${encodeURI(JSON.stringify(result.params))}`);
          // 将对象转换为JSON字符串并保存到sessionStorage
          sessionStorage.setItem(`${result.params.Name}_params`, encodeURI(JSON.stringify(result.params)));
          go(`/${result.url}/${encodeURI(JSON.stringify({ sName: result.params.Name, Name: result.params.Name }))}`);
          break;
        case 'drawer':
          openDrawer(true, {