fei.wang
2025-04-30 722da005a5ec126bedf752ac6bd5c5c7f6172155
pages/index/bumen.vue
@@ -34,14 +34,23 @@
                        <u-checkbox :customStyle="{marginTop: '5px'}">
                        </u-checkbox>
                     </u-checkbox-group> -->
                     <view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">编号:{{item.id}}</view>
                     <view style="margin-left: 23px;margin-bottom: 10px;font-size: 20px;">{{item.name}}</view>
                  </view>
                  <view style="display: flex;">
                     <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">编号:{{item.objectid}}
                     <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">编号{{item.id}}
                     </view>
                     <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">负责人:{{item.baoliu4}}
                     </view>
                     <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">公司:{{item.company}}
                     </view> -->
                     <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">名称:{{item.name}}</view>
                  </view>
                  <view style="display: flex;">
                     <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">负责人:{{item.baoliu4}}
                     </view> -->
                     <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">公司:{{item.company}}
                     </view>
                  </view>
                  <!-- <view style="margin-left: 23px;margin-bottom: 10px;color: #5e5e5e;">
@@ -198,7 +207,7 @@
               current: data.page,
               size: data.size,
               company: this.company,
                  juese:uni.getStorageSync('juese'),
               juese: uni.getStorageSync('juese'),
            }
            if (this.vuex_is_login) {
               findbumenpage(params).then((res) => {
@@ -230,7 +239,7 @@
               size: 10,
               objectid: this.keyword,
               company: this.company,
                  juese:uni.getStorageSync('juese'),
               juese: uni.getStorageSync('juese'),
            }
            if (this.vuex_is_login) {
               findbumenpage(params).then((res) => {
@@ -259,7 +268,7 @@
               size: data.size,
               objectid: data.objectid,
               company: this.company,
                  juese:uni.getStorageSync('juese'),
               juese: uni.getStorageSync('juese'),
            }
            if (this.vuex_is_login) {
               findbumenpage(params).then((res) => {