瀏覽代碼

调整接收数据

阿伏兔 4 年之前
父節點
當前提交
df5c666bb5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/fleet/sendcar/AddOrUpdate.vue

+ 1 - 1
src/views/fleet/sendcar/AddOrUpdate.vue

@@ -1473,7 +1473,7 @@ export default {
       this.fWbuOptions = response.rows;
       this.fWbuOptions = response.rows;
     });
     });
     listFtmsorderbillss().then((response) => {
     listFtmsorderbillss().then((response) => {
-      this.carManages = response.rows;
+      this.carManages = response;
     });
     });
     company({
     company({
       delFlag: "0",
       delFlag: "0",