【amis-editor】编辑schema时格式化异常,删除的内容又还原了

zlhcx6iw  于 2个月前  发布在  其他
关注(0)|答案(1)|浏览(40)
描述问题:

【amis-editor】编辑schema时格式化异常,删除的内容又还原了,偶现bug

截图或视频:

ccc.mov

如何复现(请务必完整填写下面内容):
  1. 你是如何使用 amis 的?
    npm
  2. amis 版本是什么?请先在最新 beta 版本测试问题是否存在
    6.3.0
  3. 粘贴有问题的完整 amis schema 代码:
{
      type: 'page',
      body: [
        {
          type: 'button',
          label: '智能评估',
          level: 'link',
          actionType: 'ajax',
          api: {
            url: '/dadadas',
            data: {
              appId: 'xxx'
            },
            messages: {
              success: ''
            }
          },

          id: 'u:7112183a1064',
          feedback: {
            body: []
          }
        }
      ]
    }
  1. 操作步骤
    如视频所示。
tyg4sfes

tyg4sfes1#

👍 Thanks for this!
🏷 I have applied any labels matching special text in your issue.

Please review the labels and make any necessary changes.

相关问题