Tang 3 lat temu
rodzic
commit
8426472d5d

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