+
liuyg
2021-10-25 0620a814377510d3afc4648eb1ac48ecccefdace
src/views/securityUnit/armedEscort.vue
@@ -358,11 +358,14 @@
      );
    },
    rowDel(row) {
      this.$confirm("确定将选择数据删除?", {
        confirmButtonText: "确定",
        cancelButtonText: "取消",
        type: "warning",
      })
      this.$confirm(
        "该操作将会把保安员数据一并删除,不可恢复!确定将选择公司删除?",
        {
          confirmButtonText: "确定",
          cancelButtonText: "取消",
          type: "warning",
        }
      )
        .then(() => {
          console.log(row);
          return remove(row.creditcode, row.departmentid).then((res) => {