ソースを参照

fix: 报告生成单样品 单检测项目bug

32197351@qq.com 2 年 前
コミット
2fa7e05cfe
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  1. 3 0
      itdmWeb/src/views/module-iTDM/baogao/modules/ItdmBaogaoForm.vue

+ 3 - 0
itdmWeb/src/views/module-iTDM/baogao/modules/ItdmBaogaoForm.vue

@@ -248,6 +248,9 @@ export default {
             httpurl += this.url.edit
             method = 'put'
           }
+          this.model.sampleIds=this.model.sampleIds.split(",")
+          this.model.testItemsIds=this.model.testItemsIds.split(",")
+
           httpAction(httpurl, this.model, method).then((res) => {
             if (res.success) {
               that.$message.success(res.message)