接口对接

This commit is contained in:
仲么了
2023-07-03 20:29:24 +08:00
parent 5f67499e57
commit 77fd768acf
32 changed files with 587 additions and 1319 deletions

View File

@@ -6,7 +6,7 @@
:fixed="true"
status-bar
left-icon="left"
:rightIcon="userInfo.role == '2' ? '' : 'plusempty'"
:rightIcon="userInfo.authorities == '2' ? '' : 'plusempty'"
background-color="#fff"
color="#111"
title="项目管理"
@@ -44,7 +44,8 @@ export default {
},
methods: {
init() {
this.store = this.DataSource('/project/queryProject')
this.store = this.DataSource('/cs-device-boot/project/queryProject')
this.store.params.engineeringId = uni.getStorageSync('engineering')?.id
this.store.reload()
},
back() {
@@ -76,8 +77,6 @@ export default {
<style lang="scss">
.message {
padding-top: 20rpx;
.message-header {
padding: 200rpx 34rpx 34rpx;
display: flex;