fei.wang
8 天以前 645834e1c3efb3a8c50dcbda98d87caba04bd421
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) => {
@@ -209,6 +218,9 @@
                           ...item,
                           checked: false // 初始化checked属性为false
                        }));
                        if (data.lock==true) {
                           this.list = []
                        }
                        this.list = [...this.list, ...list];
                        callback({
                           list: this.list,
@@ -230,7 +242,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 +271,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) => {