mirror of
https://gitee.com/java110/PropertyApp.git
synced 2026-02-23 21:36:39 +08:00
投诉单
This commit is contained in:
parent
70c9d0d654
commit
a40e795448
@ -57,6 +57,7 @@
|
||||
<script>
|
||||
import noDataPage from '../no-data-page/no-data-page.vue';
|
||||
import {queryStartWork} from '../../api/oa/workApi.js';
|
||||
import { getCommunityId } from '../../api/community/community';
|
||||
export default {
|
||||
name:"myWork",
|
||||
data() {
|
||||
@ -78,6 +79,7 @@
|
||||
queryStartWork(this,{
|
||||
page:1,
|
||||
row:100,
|
||||
communityId:getCommunityId(),
|
||||
workNameLike:this.workNameLike,
|
||||
staffNameLike:this.staffNameLike
|
||||
}).then(_data=>{
|
||||
|
||||
@ -17,12 +17,12 @@ let baseUrl = '/';
|
||||
|
||||
// 腾讯地图Key, h5使用
|
||||
let QQMapKey = '';
|
||||
let commonBaseUrl= 'http://demo.homecommunity.cn/';
|
||||
let commonBaseUrl= 'https://wuye.guanghuawuye.com/';
|
||||
|
||||
// #ifndef H5
|
||||
//服务器域名 小程序 或者 app 时 后端地址
|
||||
//let baseUrl = 'http://demo.homecommunity.cn/';
|
||||
let baseUrl = 'http://demo.homecommunity.cn/';
|
||||
let baseUrl = 'https://wuye.guanghuawuye.com/';
|
||||
// #endif
|
||||
|
||||
//app支付时这里需要填写支付秘钥
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
"quickapp" : {},
|
||||
/* 小程序特有相关 */
|
||||
"mp-weixin" : {
|
||||
"appid" : "wxaba59a870ae03d54",
|
||||
"appid" : "wx51928a551d68ebf2",
|
||||
"setting" : {
|
||||
"urlCheck" : false
|
||||
},
|
||||
|
||||
@ -976,7 +976,8 @@
|
||||
"iconPath": "static/image/rent.png",
|
||||
"selectedIconPath": "static/image/rent-selected.png",
|
||||
"text": "工作台"
|
||||
}, {
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/addressList/addressList",
|
||||
"iconPath": "static/image/addressList.png",
|
||||
"selectedIconPath": "static/image/addressList-selected.png",
|
||||
|
||||
@ -72,7 +72,6 @@
|
||||
let _objData = {
|
||||
page: 1,
|
||||
row: 15,
|
||||
storeId: storeId,
|
||||
userId: _userInfo.userId,
|
||||
communityId: getCurrentCommunity().communityId
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user