|
|
@@ -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) => {
|