hxl13994548489 1 год назад
Родитель
Сommit
48a59693f6
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      src/views/Task/daikeComponents/KtOrder.vue

+ 4 - 2
src/views/Task/daikeComponents/KtOrder.vue

@@ -966,9 +966,11 @@ export default {
       this.companyList = res.data;
     });
 
-    this.$api.insCompany.dicType("insOrderStatus").then((res) => {
+    this.$api.insCompany.dicType("InsOrderStatusAll").then((res) => {
       this.optionsStatusAll = res.data.ddList;
-      this.optionsStatus = res.data.ddList.filter(item => item.dictValue !="状态更新");
+    });
+    this.$api.insCompany.dicType("insOrderStatus").then((res) => {
+      this.optionsStatus = res.data.ddList;
     });
     this.peopleid = Cookies.get("user");
     this.$api.dept.findDeptTree().then((res) => {