1
zrg
2026-04-16 5722e8a4bcea2d2693a00e4878060670c2aad179
1
1个文件已修改
12 ■■■■■ 已修改文件
pages/EmployeeRecords/EmployeeRecordsBill.vue 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/EmployeeRecords/EmployeeRecordsBill.vue
@@ -437,12 +437,7 @@
                            this.hform.HMouldNo = data.模具编码
                            this.hform.HMouldName = data.模具名称
                            this.hform.HMouldState = data.模具状态
                        } else {
                            uni.showToast({
                                title: res.data.Message,
                                icon: 'none'
                            })
                        }
                        }
                    },
                    fail: (res) => {
                        console.log(res);
@@ -470,11 +465,6 @@
                                    index: i
                                }))
                            }
                        } else {
                            uni.showToast({
                                title: res.data.Message,
                                icon: 'none'
                            })
                        }
                    },
                    fail: (res) => {