diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c81ca8693..7809a8785 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -3,7 +3,8 @@
-
+
+
@@ -16,22 +17,30 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
-
-
+
-
+
@@ -64,11 +73,11 @@
-
+
-
-
+
+
@@ -91,8 +100,8 @@
-
-
+
+
@@ -103,8 +112,8 @@
-
-
+
+
@@ -112,11 +121,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
- nHeader
点赞
fork
.push(
@@ -140,12 +160,13 @@
请输入合并
journal-list-item
issue-tag-show
- 创建工单
创建
.map((item,key)=>{
.map((item,key)
评论成
该合并请求可以进行自动合并操作
+ 没有
+ 创建工单
$PROJECT_DIR$
@@ -178,16 +199,16 @@
-
-
+
+
@@ -224,14 +245,7 @@
-
-
-
-
-
-
-
-
+
@@ -285,18 +299,18 @@
-
+
-
+
-
+
@@ -309,7 +323,7 @@
-
+
@@ -640,16 +654,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -705,26 +709,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -735,26 +719,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -780,13 +744,69 @@
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/forge/Order/Detail.js b/src/forge/Order/Detail.js
index 2d42fe851..480174f02 100644
--- a/src/forge/Order/Detail.js
+++ b/src/forge/Order/Detail.js
@@ -501,7 +501,7 @@ class Detail extends Component{
value={ data && data.description}
/> */}
- {data&&data.description===""?没有描述:this.commentCtx(data && data.description)}
+ {data&&data.description&&(data.description.length > 0)?this.commentCtx(data.description): 没有描述}
{
data && data.attachments && data.attachments.length > 0 ?
diff --git a/src/forge/Order/Milepost.js b/src/forge/Order/Milepost.js
index 91a041d8b..d6403ae78 100644
--- a/src/forge/Order/Milepost.js
+++ b/src/forge/Order/Milepost.js
@@ -75,7 +75,7 @@ class Milepost extends Component{
updatestatusemile=(status,arr)=>{
const { projectsId } = this.props.match.params;
- const url = `/projects/${projectsId}/versions/${arr.id}/update_status`;
+ const url = `/projects/${projectsId}/versions/${arr.id}/update_status.json`;
const { current_user } = this.props;
axios.post(url,{
project_id:projectsId,
@@ -98,7 +98,7 @@ class Milepost extends Component{
closemile=(arr)=>{
const { projectsId } = this.props.match.params;
- const url = `/projects/${projectsId}/versions/${arr.id}`;
+ const url = `/projects/${projectsId}/versions/${arr.id}.json`;
axios.delete(url,{ data: {
project_id: projectsId,
id: arr.id