pages/index.vue @@ -654,7 +654,7 @@ this.engineeringNo = null; this.tableData = []; // 下拉框只显示工单状态 this.engineeringNoMapList = ['待开工', '未开工', '开工', '暂停']; this.engineeringNoMapList = ['待开工', '未开工', '开工', '暂停','完工']; // 默认显示全部工单 this.getWomdaa(); },