Răsfoiți Sursa

Merge branch 'monthly_report_daily_0.0.5' into http_test

洪海涛 4 ani în urmă
părinte
comite
b7c5fd6a17
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      src/store/modules/monthlyReport/edit/index.js

+ 2 - 1
src/store/modules/monthlyReport/edit/index.js

@@ -901,7 +901,8 @@ export default {
               if (title.search(/上月问题跟进|线上问题/) > -1) {
                 elm.content = [{ ...res.data.content[0] }]
               } else if (title.search(/线下缺陷|发布&回滚/) > -1) {
-                elm.content = [{ ...res.data.content[0] }]
+                const value = `${elm.content[0].value}`
+                elm.content = [{ ...res.data.content[0], value }]
                 elm.subTitles = [...res.data.subTitles]
               } else {
                 elm.content = [{ ...res.data }]