Mr.Shi
2023-09-12 56789c985c7cd77f74a13d450758debebd2bfd85
小程序
已删除1个文件
已修改3个文件
16 ■■■■■ 文件已修改
minipro_standard/components/static/yty-data-picker/yty-data-picker.png 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/manifest.json 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/pages/plannedDistribution/plannedDistribution.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/pages/plannedProgress/plannedProgress.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
minipro_standard/components/static/yty-data-picker/yty-data-picker.png
Binary files differ
minipro_standard/manifest.json
minipro_standard/pages/plannedDistribution/plannedDistribution.vue
@@ -119,9 +119,7 @@
            // 点击当前项
            clickItem(i) {
                this.list.forEach((item, index) => {
                    if (i === index) {
                        item.isActive = !item.isActive
                    }
                    item.isActive = i === index
                })
            },
            // 搜索
minipro_standard/pages/plannedProgress/plannedProgress.vue
@@ -195,9 +195,11 @@
            async onRefresh() {
                if (this.isLoading) return;
                this.isLoading = true;
                await this.getLists()
                await this.pageCounts()
                this.isLoading = false;
                this.finished = false;
                this.loading = false;
                this.refreshing = false;
                this.getLists();
                // await this.pageCounts()
            },
            // 重置
            reset() {
@@ -263,7 +265,7 @@
                    procedureIdList: this.listData.procedureIds ? this.listData.procedureIds : [],
                    startDate: this.listData.startDate,
                    endDate: this.listData.endDate,
                    statusList: this.listData.cateIds
                    // statusList: this.listData.cateIds
                }).then(res => {
                    if (res.code === 200 && res.data) {
                        this.tagList[0].num = res.data.allNum.toString()
@@ -347,6 +349,7 @@
                        ]
                    }).then(res => {
                        this.loading = false
                        this.isLoading = false;
                        this.listData.total = res.data.total
                        if (this.refreshing) {
                            this.lists = []
@@ -364,6 +367,7 @@
                    }).catch(err => {
                        this.loading = false
                        this.finished = true
                        this.isLoading = false;
                        if (this.refreshing) {
                            this.lists = []
                            this.refreshing = false;