src/views/business/inspectionTask/inspection.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/views/business/inspectionTask/inspection.vue
@@ -2663,12 +2663,23 @@ } else { param = this.param; } let isNoTestValue = '' for (let key in param) { if (param[key]) { if (param[key].insValue?.length === 0) { isNoTestValue = 1 } else { isNoTestValue = '' } } } saveInsContext({ param: JSON.stringify(param), currentTable: this.currentTable, sampleId: this.currentSample.id, orderId: this.orderId, sonLaboratory: this.sonLaboratory sonLaboratory: this.sonLaboratory, isNoTestValue: isNoTestValue }).then((res) => { this.$message.success("已保存"); });