wangyi
2026-01-27 b0bbec90261b3223c49c5018dfdae6457322828c
src/views/system/user/GyDriver.vue
@@ -1266,6 +1266,13 @@
        if (res.data.count == 1) {
          this.$modal.msgSuccess("删除成功");
           this.$refs.tableData.clearSelection();
      // 清空选中数据
      this.ids = [];
      this.rowForm = {};
      // 重置按钮状态
      this.single = true;
      this.multiple = true;
          this.getList();
        } else {
          this.$modal.msgError(res.data.Message || "删除失败");
@@ -1298,6 +1305,14 @@
        if (res.data.count == 1) {
          this.$modal.msgSuccess(`${action}成功`);
           // 清除表格选中状态
          this.$refs.tableData.clearSelection();
          // 清空选中数据
          this.ids = [];
          this.rowForm = {};
        // 重置按钮状态
          this.single = true;
          this.multiple = true;
          this.getList();
        } else {
          this.$modal.msgError(res.data.Message || `${action}失败`);
@@ -1330,6 +1345,14 @@
        if (res.data.count == 1) {
          this.$modal.msgSuccess(`${action}成功`);
          // 清除表格选中状态
      this.$refs.tableData.clearSelection();
      // 清空选中数据
      this.ids = [];
      this.rowForm = {};
      // 重置按钮状态
      this.single = true;
      this.multiple = true;
          this.getList();
        } else {
          this.$modal.msgError(res.data.Message || `${action}失败`);