|
@@ -207,7 +207,7 @@ export default {
|
|
|
state.tabPageData = newObj
|
|
|
state.domKeys = domKeys
|
|
|
state.peopleLists = peopleLists
|
|
|
- console.log(peopleLists)
|
|
|
+ // console.log(peopleLists)
|
|
|
// 页面恢复待编辑状态
|
|
|
state.editKeys = []
|
|
|
// 子页面页签切换,清空原来的tabs选中状态
|
|
@@ -404,7 +404,7 @@ export default {
|
|
|
state.tabPageData = newObj
|
|
|
state.domKeys = domKeys
|
|
|
state.peopleLists = peopleLists
|
|
|
- console.log(402, peopleLists)
|
|
|
+ // console.log(402, peopleLists)
|
|
|
// 页面恢复待编辑状态
|
|
|
state.editKeys = []
|
|
|
// 子页面页签切换,清空原来的tabs选中状态
|
|
@@ -906,7 +906,7 @@ export default {
|
|
|
* 线上问题、
|
|
|
*/
|
|
|
const res = await pullDataAgain(params)
|
|
|
- console.log(res)
|
|
|
+ // console.log(res)
|
|
|
if (res.code === 200 && res.data) {
|
|
|
if (title !== '上月问题跟进' && title !== '线上问题') {
|
|
|
if (res.data.type.search(/Table|TableAndRichText/) > -1) {
|