mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-21 00:36:46 +08:00
1. 线上 BUG2
This commit is contained in:
@@ -4034,8 +4034,11 @@ function onFocusEnd(){
|
|||||||
};
|
};
|
||||||
//todo 为了合并代码
|
//todo 为了合并代码
|
||||||
if(state.kk_eidt){
|
if(state.kk_eidt){
|
||||||
|
console.log("编辑 gx state.kk_eidt",state.kk_eidt)
|
||||||
|
console.log("编辑 gx state.kk_eidt",state.examInfo)
|
||||||
//编辑
|
//编辑
|
||||||
postData.examInfo = state.examInfo;
|
postData.examInfo = state.examInfo;
|
||||||
|
console.log("编辑 gx postData.examInfo",postData.examInfo)
|
||||||
if(postData.examInfo && postData.examInfo.examinationName){
|
if(postData.examInfo && postData.examInfo.examinationName){
|
||||||
postData.examInfo.examinationTestId = null;
|
postData.examInfo.examinationTestId = null;
|
||||||
postData.examInfo.id = null;
|
postData.examInfo.id = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user