|
@@ -8716,12 +8716,12 @@ export default {
|
|
|
.post(this.$store.state.api + "addWorkNew2T", params)
|
|
|
.then((res) => {
|
|
|
console.log(this.steps);
|
|
|
- if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
|
|
|
+ // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
|
|
|
this.$message({
|
|
|
message: "新增成功",
|
|
|
type: "success",
|
|
|
});
|
|
|
- }
|
|
|
+ // }
|
|
|
this.number = res.data.ordernumber;
|
|
|
this.courseId = res.data.courseId;
|
|
|
this.cid = res.data.courseId;
|
|
@@ -8862,7 +8862,7 @@ export default {
|
|
|
this.ajax
|
|
|
.post(this.$store.state.api + "updateWorkNew2", params)
|
|
|
.then((res) => {
|
|
|
- if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
|
|
|
+ // if (this.steps != 1 && this.steps != 2 && this.steps != 3) {
|
|
|
if (this.cidType == 1) {
|
|
|
this.$message({
|
|
|
message: "修改成功",
|
|
@@ -8874,7 +8874,7 @@ export default {
|
|
|
type: "success",
|
|
|
});
|
|
|
}
|
|
|
- }
|
|
|
+ // }
|
|
|
this.number = this.nbOrder;
|
|
|
this.courseId = this.cid;
|
|
|
this.steps = 4;
|