zengh
2022-02-22 595a8e1720b6f4e05e8eebdce57d5f70ebc402b0
src/views/feedbackReport/feedbackReport.vue
@@ -431,8 +431,7 @@
      rowDel(row) {
        this.$confirm("确定将选择数据删除?", {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
          cancelButtonText: "取消",           type: "warning",
        })
          .then(() => {
            return remove(row.id);