|
@@ -465,7 +465,7 @@ export default {
|
|
|
}
|
|
}
|
|
|
if (this.beforeStatus === 2) {
|
|
if (this.beforeStatus === 2) {
|
|
|
data.beforeStatus = 0;
|
|
data.beforeStatus = 0;
|
|
|
- data.beforeId = "";
|
|
|
|
|
|
|
+ data.beforeId = this.formData.beforeId;
|
|
|
}
|
|
}
|
|
|
this.$api.editsystemsubscribe(data).then((res) => {
|
|
this.$api.editsystemsubscribe(data).then((res) => {
|
|
|
this.$message.success("前培账号已开通标记修改成功");
|
|
this.$message.success("前培账号已开通标记修改成功");
|