zengh
2022-05-16 63ad2c3598400370dd7da5534659fd7e768a0a4a
src/views/feedbackReport/feedbackReport.vue
@@ -22,7 +22,7 @@
    >
      <template slot="menuLeft">
        <el-button
          type="danger"
          size="small"
          icon="el-icon-delete"
          plain
@@ -431,8 +431,7 @@
      rowDel(row) {
        this.$confirm("确定将选择数据删除?", {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
          cancelButtonText: "取消",           type: "warning",
        })
          .then(() => {
            return remove(row.id);