Tang 3 年之前
父節點
當前提交
8426472d5d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/education/examManagement/applicationData/formerAccount/index.vue

+ 1 - 1
src/views/education/examManagement/applicationData/formerAccount/index.vue

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