付延余
2022-08-23 e333d366495e2406618c5b0daf3fe53a759903a6
pages/new-application/new-application.vue
@@ -86,14 +86,17 @@
   methods: {
      init() {
         this.newApplicationData = [];
         uni.showLoading({
            title:'加载中...'
         })
         this.$reqGet('getNewProcessDataList', this.updateData).then(res => {
            uni.hideLoading();
            if (res.code === 0) {
               res.data.records.forEach(item => {
                  if (item.id == 'WAY_BILL:4:87504') {
                     this.newApplicationData.push(item);
                  }
               });
               console.log('新增', res);
            }
         });