瀏覽代碼

前端代码合并提交

Administrator 2 年之前
父節點
當前提交
c9a131821a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/views/platform/waybillmanagement/waybillList.vue

+ 1 - 0
src/views/platform/waybillmanagement/waybillList.vue

@@ -261,6 +261,7 @@ export default{
       } if (this.companyList == null || typeof this.companyList == `undefined` || this.companyList == `` || this.companyList.length == 0) {
         this.companyList = [{'companyName': `.`}]
       }
+      this.companyList.unshift({'companyName': '全部'});
       this.companyName = this.companyList[0][`companyName`]
       this.loadDataCar()
     },