caojunjie 3 年 前
コミット
8591d0b34d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/landTransportation/motorcadeDriver/index.vue

+ 1 - 1
src/views/landTransportation/motorcadeDriver/index.vue

@@ -833,7 +833,7 @@ export default {
     },
     //箱信息派车
     designate(row) {
-      if (row.vehicleId) {
+      if (row.plateNo) {
         this.$confirm('是否确定派车', '提示', {
           confirmButtonText: '确定',
           cancelButtonText: '取消',