| | |
| | | export default {
|
| | | data() {
|
| | | return {
|
| | | code: 'aaa'
|
| | | code: ''
|
| | | }
|
| | | },
|
| | | onLoad(option) {
|
| | |
| | | initData() {
|
| | | // 当月数据
|
| | | monthMeetingPage({
|
| | | yearMonth: this.currentDate.slice(0, 7)
|
| | | yearMonth: this.currentDate.slice(0, 7), |
| | | queryType: 1
|
| | | }).then(res => {
|
| | | this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
|
| | | return {
|
| | |
| | | initData() {
|
| | | // 当月数据
|
| | | monthMeetingPage({
|
| | | yearMonth: this.currentDate.slice(0, 7)
|
| | | yearMonth: this.currentDate.slice(0, 7), |
| | | queryType: 3
|
| | | }).then(res => {
|
| | | this.monthMark = res.data.filter(i => i.meetingNum > 0).map(j => {
|
| | | return {
|
| | |
| | | // 当天我参与的会议
|
| | | myMeetingPage({
|
| | | model: {
|
| | | queryType: '1',
|
| | | queryType: '3',
|
| | | roomsId: activeRoom.id,
|
| | | queryDate: currentDate
|
| | | },
|
| | |
| | | getMemList() {
|
| | | findHiddenAreaMemberList({
|
| | | ...this.transferModel,
|
| | | id: this.info.areaId,
|
| | | // id: this.info.areaId,
|
| | | ...this.pagination
|
| | | }).then(res => {
|
| | | this.memberList = res.data || []
|
| | |
| | | |
| | | export const baseUrl = 'zhyq_interface/' |
| | | // export const baseUrl = 'zhyq_interface/' |
| | | // export const baseUrl = 'http://192.168.0.173/gateway_interface/' |
| | | // export const baseUrl = 'http://10.50.250.253:8088/gateway_interface/' |
| | | // export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/' |
| | | export const baseUrl = 'https://atwl.ahzyssl.com/zhyq_interface/' |
| | | |
| | | export const app_url = 'https://atwl.ahzyssl.com/zhyq_h5/#/' |
| | | |