zhangzeli
2022-01-05 9db558324bafc153052ab3af6d9235af6c5452d0
src/views/your/car-manage/carManage.vue
@@ -678,6 +678,9 @@
          this.driverList=res.result;
        }
      });
      this.type.type=0;
      console.log(this.userList);
      console.log(this.driverList);
    },
    changeSort(e) {
      this.searchForm.sort = e.key;
@@ -746,7 +749,7 @@
              if (res.success) {
                this.$Message.success("操作成功");
                this.getDataList();
                this.roleModalVisible = true;
                this.roleModalVisible = false;
              }
            });
          } else {
@@ -756,7 +759,7 @@
              if (res.success) {
                this.$Message.success("操作成功");
                this.getDataList();
                this.roleModalVisible = true;
                this.roleModalVisible = false;
              }
            });
          }