Lou
2023-12-27 3a3eacecf7cff294b6567f67bfd6dab7191d9883
subPackage/workbench/views/cshw.vue
@@ -46,6 +46,10 @@
               <text class="f-28">法人信息</text>
               <text class="f-28 c-66">{{ item.legalPerson  ? item.legalPerson : '未完善'}}</text>
            </view>
            <view class="item-row flex a-i-c j-c-s-b f-28">
               <text>时间</text>
               <text class="c-66">{{item.createTime}}</text>
            </view>
         </view>
      </view>
      <u-toast ref="uToast"></u-toast>
@@ -98,7 +102,7 @@
               },
            ],
            tabIndex: 0,
            tabStatus: 1,
            tabStatus: "",
            keyWord: '',
            loadingStatus: 'nomore',
            clickInfo: {},
@@ -106,6 +110,15 @@
            selectDate:[],
         }
      },
      onLoad(option){
         if(option.from){
            this.tabIndex = 1;
            this.tabStatus = 1;
         }
      },
      onShow() {
         this.currentRole = uni.getStorageSync("activeRole")
         this.resetParams()