|
@@ -711,9 +711,10 @@ export default {
|
|
|
let params = {
|
|
|
org: this.org && this.org != "" ? this.org : "",
|
|
|
oid: this.oid && this.oid != "" ? this.oid : "",
|
|
|
+ stand: "cn"
|
|
|
};
|
|
|
this.ajax
|
|
|
- .get(this.$store.state.api + "selectAllType", params)
|
|
|
+ .get(this.$store.state.api + "selectAllTypeStand", params)
|
|
|
.then((res) => {
|
|
|
if(this.oid == "69893dca-1d47-11ed-8c78-005056b86db5"){
|
|
|
res.data[0] = [...res.data[0],...res.data[4]]
|