wente
2024-03-22 76cdda8f731c4aa7d8ae0216d29f1c362dc53125
web/src/views/modules/taskReliability/SelectModelRbd.vue
@@ -36,9 +36,10 @@
    components: {},
    methods: {
      init(param) {
        this.dataForm.productId = param.row.productId
        console.log(param)
        this.dataForm.productId = param.row.id
        this.dataForm.phaseId = param.phaseId
        this.dataForm.id = param.row.id
        this.dataForm.id = param.row.productId
      },
      async selectModel(row) {
        console.log(this.dataForm)