瀏覽代碼

reactor:延期,甄别,终止发起申请时办理对象非必填;

zhangchong 6 月之前
父節點
當前提交
648f67dcae
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/todo/seats/accept/zgAccept.vue

+ 2 - 1
src/views/todo/seats/accept/zgAccept.vue

@@ -906,10 +906,11 @@ const save = throttle((formEl: FormInstance | undefined) => {
 					buttonLoading.value = false;
 					ElMessage.success('保存成功');
 					if (res.result) {
-						const { id, no, password } = res.result;
+						const { id, no, password, callId } = res.result;
 						state.ruleForm.id = id;
 						state.ruleForm.no = no;
 						state.ruleForm.password = password;
+						state.ruleForm.callId = callId;
 					}
 					isSaveSuccess.value = true;
 					setTimeout(() => {