Browse Source

静态页面

xcx 4 years ago
parent
commit
b11586e0c3
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      src/pages/WuYe/TianJiaBaoXiu/index.jsx
  2. 1
    1
      src/pages/WuYe/XiuGaiBaoXiu/index.jsx

+ 1
- 1
src/pages/WuYe/TianJiaBaoXiu/index.jsx View File

@@ -46,7 +46,7 @@ export default function WuYeTianJiaBaoXiu () {
46 46
       ...apis.AddGongDan,
47 47
       data: {
48 48
         ticketTitle: Title,
49
-        ticketContent: Desc,
49
+        ticketContent: Title,
50 50
         type: 2,
51 51
         repairType: repairType.typeId,
52 52
         imageUrl: PhotoUrl,

+ 1
- 1
src/pages/WuYe/XiuGaiBaoXiu/index.jsx View File

@@ -60,7 +60,7 @@ export default function WuYeXiuGaiBaoXiu () {
60 60
       args: { id: CurrnetId },
61 61
       data: {
62 62
         ticketTitle: DetailInfo.ticketTitle,
63
-        ticketContent: DetailInfo.ticketContent,
63
+        ticketContent: DetailInfo.ticketTitle,
64 64
         type: 2,
65 65
         imageUrl: PhotoUrl
66 66
       }