自定义数据

if (_temp.dataView) {
          const _json = JSON.parse(_temp.dataView);
          const _tempArr = [];
          Object.keys(_json).forEach((key, index) => {
            _tempArr.push({
              value: _json[key],
              name: key,
            });
          });
          _this.deviceDataView = [..._tempArr];
        }

 

自定义数据

上一篇:测试驱动开发-golang-2


下一篇:第二章