|
@@ -974,11 +974,12 @@
|
|
|
},
|
|
|
selectAllType() {
|
|
|
let params = {
|
|
|
- org: this.org && this.org != "" ? this.org : "",
|
|
|
- oid: this.oid && this.oid != "" ? this.oid : "",
|
|
|
- };
|
|
|
- this.ajax
|
|
|
- .get(this.$store.state.api + "selectAllType", params)
|
|
|
+ org: this.org && this.org != "" ? this.org : "",
|
|
|
+ oid: this.oid && this.oid != "" ? this.oid : "",
|
|
|
+ stand: "cn"
|
|
|
+ };
|
|
|
+ this.ajax
|
|
|
+ .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]]
|