|
@@ -275,7 +275,7 @@
|
|
//console.log(err);
|
|
//console.log(err);
|
|
});
|
|
});
|
|
|
|
|
|
- this['$axios'].post(this['$common'].url + "equipTypes")
|
|
|
|
|
|
+ this['$axios'].get(this['$common'].url + "equipTypes")
|
|
.then(res => {
|
|
.then(res => {
|
|
const root = res.data;
|
|
const root = res.data;
|
|
this.dicEquips = root.data;
|
|
this.dicEquips = root.data;
|
|
@@ -283,7 +283,7 @@
|
|
.catch(err => {
|
|
.catch(err => {
|
|
console.log(err);
|
|
console.log(err);
|
|
});
|
|
});
|
|
- this['$axios'].post(this['$common'].url + "diagramTypes")
|
|
|
|
|
|
+ this['$axios'].get(this['$common'].url + "diagramTypes")
|
|
.then(res => {
|
|
.then(res => {
|
|
const root = res.data;
|
|
const root = res.data;
|
|
this.diagramTypes = root.data;
|
|
this.diagramTypes = root.data;
|