1
zrg
2026-04-16 5722e8a4bcea2d2693a00e4878060670c2aad179
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) => {