烟花爆竹实名登记前端
ac21ee42ab9f6206aebb7f69bf393c612ae0ea00..dd6ea0985bbae8ec519a875354daefbc01f82d21
2023-01-30 马宇豪
修改分页查询传参
dd6ea0 diff | tree
2023-01-30 鲁班七号
修改升级提示
fca314 diff | tree
2 files modified
3 ■■■■ changed files
src/views/purchase/person.vue 1 ●●●● patch | view | raw | blame | history
src/views/trouble/safetyRiskTroubleStatistics.vue 2 ●●● patch | view | raw | blame | history
src/views/purchase/person.vue
@@ -127,7 +127,6 @@
            </div>
            </div>
        </div>
        <p style="color:red">提示:2023年1月13日(08:00~18:00)系统服务器升级期间,销售数据可能产生个别偏差,1月13日销售数据请以线下手工台账为准。</p>
        <div class="table_content">
            <el-table
                v-loading="listLoading"
src/views/trouble/safetyRiskTroubleStatistics.vue
@@ -559,7 +559,7 @@
                this.getSelfCheckData()
            },
            handleCurrentChange(val){
                this.listQuery.pageIndex = val
                this.listQuery.page = val
                this.getSelfCheckData()
            },
        }