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