|
@@ -898,9 +898,9 @@ export default {
|
|
|
arr.forEach((elm) => {
|
|
|
if (elm.domKey === domKey) {
|
|
|
// console.log(elm, res.data)
|
|
|
- if (title.search(/上月问题跟进|发布&回滚|线上问题|线上问题/) > -1) {
|
|
|
+ if (title.search(/上月问题跟进|线上问题/) > -1) {
|
|
|
elm.content = [{ ...res.data.content[0] }]
|
|
|
- } else if (title.search(/线下缺陷/) > -1) {
|
|
|
+ } else if (title.search(/线下缺陷|发布&回滚/) > -1) {
|
|
|
elm.content = [{ ...res.data.content[0] }]
|
|
|
elm.subTitles = [...res.data.subTitles]
|
|
|
} else {
|