xyc
2024-03-28 f3ad14f8af7fb651426d1ee617e7ecb9d3fc9aab
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)