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]; }
2023-09-25 20:12:04
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]; }
下一篇:第二章