提交 4e4bb2ef 编写于 作者: lyf's avatar lyf

修改tab初始数据

上级 6a5f2655
...@@ -102,6 +102,7 @@ export default { ...@@ -102,6 +102,7 @@ export default {
returnStatus: s ? s.returnStatus : 1, returnStatus: s ? s.returnStatus : 1,
}; };
this.searchParam = p; this.searchParam = p;
this.tabPosition=s?s.returnStatus:1
this.inquirySearch("clear"); this.inquirySearch("clear");
} }
}, },
...@@ -111,7 +112,7 @@ export default { ...@@ -111,7 +112,7 @@ export default {
const d = s ? s.dateTime : new Date().format("yyyy-MM-dd"); const d = s ? s.dateTime : new Date().format("yyyy-MM-dd");
let id = s && s.operateUserId ? s.operateUserId : this.isSuperAdmin.userID; let id = s && s.operateUserId ? s.operateUserId : this.isSuperAdmin.userID;
return { return {
tabPosition: "1", tabPosition: 1,
showChat: true, showChat: true,
totalRows: 0, totalRows: 0,
loading: false, loading: false,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册