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("前培账号已开通标记修改成功");