|
|
|
@ -523,18 +523,18 @@ export default { |
|
|
|
const { code, msg, data } = res; |
|
|
|
if (code === 200) { |
|
|
|
this.handlesave(); |
|
|
|
// if (this.isSign != 1) { |
|
|
|
// this.$router.push({ |
|
|
|
// path: "informed", |
|
|
|
// }); |
|
|
|
// } else { |
|
|
|
// this.setSpecifyJump({ |
|
|
|
// to: { |
|
|
|
// name: "AD8", |
|
|
|
// }, |
|
|
|
// }); |
|
|
|
// this.home.determine(); |
|
|
|
// } |
|
|
|
if (this.isSign != 1) { |
|
|
|
this.$router.push({ |
|
|
|
path: "informed", |
|
|
|
}); |
|
|
|
} else { |
|
|
|
this.setSpecifyJump({ |
|
|
|
to: { |
|
|
|
name: "AD8", |
|
|
|
}, |
|
|
|
}); |
|
|
|
this.home.determine(); |
|
|
|
} |
|
|
|
// this.$message.success("保存套餐成功"); |
|
|
|
} else { |
|
|
|
this.$message.error(msg); |
|
|
|
|