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); } });