#
whycq
2023-11-22 0bf139554d19e520522e9ef927f9ea475da02bd6
pages/business/goBusiness/reimburseOnline.vue
@@ -3,7 +3,6 @@
      <view class="status_bar">
         <!-- 这里是状态栏 -->
      </view>
      <uni-nav-bar left-icon="left" title="报销申请" @clickLeft="back" @clickRight="scan"  :fixed="true"
         :border="false" rightWidth="160rpx" leftWidth="160rpx"
         >
@@ -52,7 +51,7 @@
            user: {
               username: '',
               id: 0,
               type: ''
               type: 'user_id'
            },
            falg: true,
            list: []
@@ -66,12 +65,12 @@
            that.user.type = data.key
            that.falg = false
         })
         setTimeout(()=> {
            this.getReimburseOnline()
         },50)
         if (this.falg) {
            this.getDetail()
         }
         setTimeout(()=> {
            this.getReimburseOnline()
         },50)
      },
      methods: {
         async getDetail() {
@@ -119,6 +118,7 @@
               header: { 'token': uni.getStorageSync('token') },
               data: param,
               success(res) {
                  console.log(res);
                  res = res.data
                  if (res.code === 200) {
                     for (let k of res.data.records) {