lin
2024-03-22 ebfc739bdbbc0dd0fccd0bf47b7d2d5397c3c511
src/views/publicSecurity/positionManage/TransactRegist.vue
@@ -63,7 +63,7 @@
  import {
    getList,
    getDetail,
    removeTask,
    remove as removeTask,
    update,
    add,
  } from "@/api/task/labelReporting"
@@ -312,6 +312,7 @@
              prop: "communityName",
              align: 'center',
              labelWidth: 110,
              row:true,
            },
            {
              width: 100,
@@ -628,8 +629,8 @@
            type: "warning",
          })
          .then(() => {
            row.isDeleted = 1
            return removeTask(row)
            // row.isDeleted = 1
            return removeTask(row.id)
          })
          .then(() => {
            this.onLoad(this.page)