|
@@ -1777,7 +1777,7 @@ export default {
|
|
|
oid: this.oid
|
|
oid: this.oid
|
|
|
};
|
|
};
|
|
|
this.ajax
|
|
this.ajax
|
|
|
- .get(this.$store.state.api + "updateClass", params)
|
|
|
|
|
|
|
+ .get(this.$store.state.api + "updateClassNew", params)
|
|
|
.then(res => {
|
|
.then(res => {
|
|
|
if (res.data[0] && res.data[0][0].classname == 1) {
|
|
if (res.data[0] && res.data[0][0].classname == 1) {
|
|
|
this.$message({
|
|
this.$message({
|