zenglf
2023-09-18 92ff846fb659c62037a32b1d8c15eae9df9d9b54
src/views/eam/PredictiveWorkPlanList.vue
@@ -419,7 +419,10 @@
        this.selectionRows = selectionRows
        this.planId = this.selectedRowKeys[0]
        this.equipmentId = selectionRows[0].equipment_id
        this.isAdd = true
        this.isAdd = selectionRows[0].status=='1';
        this.isDel = selectionRows[0].status=='1';
        this.isEdit = selectionRows[0].status=='1';
      },
      onChange(e) {