jinlin
2024-01-23 52a302b11c08cbc564ff3931038ae57a305a95d6
web/src/views/modules/project/SoftwareTestOrder-AddOrUpdate.vue
@@ -623,12 +623,12 @@
        })
      },
      async deleteDeliverableRow(index,id) {
        if (id != null) {
          if (await this.$tip.confirm(this.$t('prompt.info', {'handle': this.$t('delete')}))) {
            if (id != null) {
            let res = await this.$http.delete('/project/SoftwareTestOrderDeliverable/', {data: [id]})
          }
        }
        this.dataForm.deliverableList.splice(index, 1)
        }
      },
      addMeasuredRow() {
        this.dataForm.measuredList.push({})
@@ -638,12 +638,12 @@
        })
      },
      async deleteMeasuredRow(index, id) {
        if (id != null) {
          if (await this.$tip.confirm(this.$t('prompt.info', {'handle': this.$t('delete')}))) {
            if (id != null) {
            let res = await this.$http.delete('/project/SoftwareTestOrderMeasured/', {data: [id]})
          }
        }
        this.dataForm.measuredList.splice(index, 1)
        }
      },
      async print() {
        var params = qs.stringify({