Pārlūkot izejas kodu

修复删除运维提醒信息出现的bug

humingbo 1 gadu atpakaļ
vecāks
revīzija
0e21726253
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/enforceflow/enforceflow.vue

+ 1 - 1
src/views/enforceflow/enforceflow.vue

@@ -1315,7 +1315,7 @@ export default {
     deleteEnforceRemind(index, row) {
       let id = row.id
       if (id === null) {
-        this.workPlanDatas.splice(index, 1)
+        this.enforceRemindData.splice(index, 1)
       } else {
         deleteEnforceRemindById(id).then(res => {
           this.$message.success("操作成功!");