From 4d81f511ef65e26a7f5ce01c0a7f58398f41dee1 Mon Sep 17 00:00:00 2001 From: tangjiang <465264938@qq.com> Date: Fri, 20 Dec 2019 20:08:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80=E6=A0=8F?= =?UTF-8?q?=20undefined=20=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/developer/components/myMonacoEditor/index.js | 4 ++-- public/react/src/modules/developer/recordDetail/index.js | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/public/react/src/modules/developer/components/myMonacoEditor/index.js b/public/react/src/modules/developer/components/myMonacoEditor/index.js index 1ef918c59..261818092 100644 --- a/public/react/src/modules/developer/components/myMonacoEditor/index.js +++ b/public/react/src/modules/developer/components/myMonacoEditor/index.js @@ -4,7 +4,7 @@ * @Github: * @Date: 2019-11-27 15:02:52 * @LastEditors: tangjiang - * @LastEditTime: 2019-12-20 19:06:48 + * @LastEditTime: 2019-12-20 20:07:11 */ import './index.scss'; import React, { useState, useRef, useEffect } from 'react'; @@ -160,7 +160,7 @@ function MyMonacoEditor (props, ref) { {detail.name || 'test'}
-
@@ -98,6 +98,7 @@ function RecordDetail (props) {

提交内容