From ac5b50c26dd87e6b90b7d945ab719dbd75c557c9 Mon Sep 17 00:00:00 2001 From: caishi <1149225589@qq.com> Date: Mon, 23 Nov 2020 10:14:29 +0800 Subject: [PATCH] detail --- public/index.html | 15 +++------------ src/forge/Main/CoderRootDirectory.js | 1 - src/forge/Order/order.js | 22 ++++++++++------------ 3 files changed, 13 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index 96c70b2d..f039d86e 100755 --- a/public/index.html +++ b/public/index.html @@ -8,18 +8,9 @@ - - - + + + <%= htmlWebpackPlugin.tags.headTags %> diff --git a/src/forge/Main/CoderRootDirectory.js b/src/forge/Main/CoderRootDirectory.js index 507fa48a..521c72f2 100644 --- a/src/forge/Main/CoderRootDirectory.js +++ b/src/forge/Main/CoderRootDirectory.js @@ -551,7 +551,6 @@ class CoderRootDirectory extends Component { { !rootList && !fileDetail && } - {/* readme.txt (isManager || isDeveloper)*/} { rootList && this.renderReadMeContent(readMeContent, isManager || isDeveloper)} diff --git a/src/forge/Order/order.js b/src/forge/Order/order.js index dc9cfe19..b1f09204 100644 --- a/src/forge/Order/order.js +++ b/src/forge/Order/order.js @@ -329,16 +329,16 @@ class order extends Component { id: id, }, }) - .then((result) => { - if (result) { - const { status_type } = this.state; + .then((result) => { + if (result) { + const { status_type } = this.state; - this.getIssueList(status_type); - } - }) - .catch((error) => { - console.log(error); - }); + this.getIssueList(status_type); + } + }) + .catch((error) => { + console.log(error); + }); }; islogin() { @@ -354,9 +354,7 @@ class order extends Component { ) }else{ return( - - + 创建任务 - + + 创建任务 ) } }