投诉单

This commit is contained in:
wuxw 2025-05-27 17:32:43 +08:00
parent 70c9d0d654
commit a40e795448
5 changed files with 7 additions and 5 deletions

View File

@ -57,6 +57,7 @@
<script> <script>
import noDataPage from '../no-data-page/no-data-page.vue'; import noDataPage from '../no-data-page/no-data-page.vue';
import {queryStartWork} from '../../api/oa/workApi.js'; import {queryStartWork} from '../../api/oa/workApi.js';
import { getCommunityId } from '../../api/community/community';
export default { export default {
name:"myWork", name:"myWork",
data() { data() {
@ -78,6 +79,7 @@
queryStartWork(this,{ queryStartWork(this,{
page:1, page:1,
row:100, row:100,
communityId:getCommunityId(),
workNameLike:this.workNameLike, workNameLike:this.workNameLike,
staffNameLike:this.staffNameLike staffNameLike:this.staffNameLike
}).then(_data=>{ }).then(_data=>{

View File

@ -17,12 +17,12 @@ let baseUrl = '/';
// 腾讯地图Key, h5使用 // 腾讯地图Key, h5使用
let QQMapKey = ''; let QQMapKey = '';
let commonBaseUrl= 'http://demo.homecommunity.cn/'; let commonBaseUrl= 'https://wuye.guanghuawuye.com/';
// #ifndef H5 // #ifndef H5
//服务器域名 小程序 或者 app 时 后端地址 //服务器域名 小程序 或者 app 时 后端地址
//let baseUrl = 'http://demo.homecommunity.cn/'; //let baseUrl = 'http://demo.homecommunity.cn/';
let baseUrl = 'http://demo.homecommunity.cn/'; let baseUrl = 'https://wuye.guanghuawuye.com/';
// #endif // #endif
//app支付时这里需要填写支付秘钥 //app支付时这里需要填写支付秘钥

View File

@ -59,7 +59,7 @@
"quickapp" : {}, "quickapp" : {},
/* */ /* */
"mp-weixin" : { "mp-weixin" : {
"appid" : "wxaba59a870ae03d54", "appid" : "wx51928a551d68ebf2",
"setting" : { "setting" : {
"urlCheck" : false "urlCheck" : false
}, },

View File

@ -976,7 +976,8 @@
"iconPath": "static/image/rent.png", "iconPath": "static/image/rent.png",
"selectedIconPath": "static/image/rent-selected.png", "selectedIconPath": "static/image/rent-selected.png",
"text": "工作台" "text": "工作台"
}, { },
{
"pagePath": "pages/addressList/addressList", "pagePath": "pages/addressList/addressList",
"iconPath": "static/image/addressList.png", "iconPath": "static/image/addressList.png",
"selectedIconPath": "static/image/addressList-selected.png", "selectedIconPath": "static/image/addressList-selected.png",

View File

@ -72,7 +72,6 @@
let _objData = { let _objData = {
page: 1, page: 1,
row: 15, row: 15,
storeId: storeId,
userId: _userInfo.userId, userId: _userInfo.userId,
communityId: getCurrentCommunity().communityId communityId: getCurrentCommunity().communityId
}; };