Преглед изворни кода

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

humingbo пре 1 година
родитељ
комит
0e21726253
1 измењених фајлова са 1 додато и 1 уклоњено
  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("操作成功!");