|
|
@@ -413,7 +413,6 @@ export default {
|
|
|
scrStatusOptions: [],
|
|
|
scrTypeOptions : [],
|
|
|
scpStatusOptions : [],
|
|
|
- scpTypeOptions : [],
|
|
|
listCom : [],
|
|
|
comlist : [],
|
|
|
// 弹出层标题
|
|
|
@@ -558,9 +557,6 @@ export default {
|
|
|
this.getDicts("sys_scp_status").then(response => {
|
|
|
this.scpStatusOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("sys_scp_type").then(response => {
|
|
|
- this.scpTypeOptions = response.data;
|
|
|
- });
|
|
|
this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|
|
|
@@ -576,9 +572,6 @@ export default {
|
|
|
this.getDicts("sys_scp_status").then(response => {
|
|
|
this.scpStatusOptions = response.data;
|
|
|
});
|
|
|
- this.getDicts("sys_scp_type").then(response => {
|
|
|
- this.scpTypeOptions = response.data;
|
|
|
- });
|
|
|
this.getList();
|
|
|
this.getSpare();
|
|
|
this.getCompanyList();
|