| | |
| | | return { |
| | | isLoading: false, |
| | | active: 0, |
| | | cardType: "d", |
| | | cardType: "", |
| | | userInfo: { |
| | | "loginGuid": '', |
| | | "loginAccount": '', |
| | | "loginName": '', |
| | | }, |
| | | tabs: [ |
| | | { |
| | | name: '待办列表', |
| | |
| | | }, |
| | | mounted() { |
| | | var that = this; |
| | | this.userInfo = { |
| | | loginGuid: this.GetLoginInfor().loginGuid, |
| | | loginAccount: this.GetLoginInfor().loginAccount, |
| | | loginName: Cookies.get('loginName'), |
| | | }; |
| | | }, |
| | | methods: { |
| | | goOut() { |
| | |
| | | // on cancel |
| | | }); |
| | | }, |
| | | //goMsg() { |
| | | // var that = this; |
| | | // window.location.href = "/H5/Message.aspx"; |
| | | //}, |
| | | goMsg() { |
| | | var that = this; |
| | | window.location.href = "/H5/Message.aspx"; |
| | | }, |
| | | uni.navigateTo({ |
| | | url: "/pages/index/test/PrintInit?type=1", |
| | | |
| | | }); |
| | | goOrg() { |
| | | var that = this; |
| | | this.$dialog.confirm({ |