1. 线上 BUG

This commit is contained in:
gengxin
2025-03-19 17:22:05 +08:00
parent b84b8a6ef6
commit 01734506c7
3 changed files with 3 additions and 4 deletions

View File

@@ -3941,7 +3941,7 @@ function onFocusEnd(){
state.changeName = true
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
//清除缓存
this.examInfo = {};
state.examInfo = {};
state.cstm_hs = true;
};
const handleCancelStu = () => {

View File

@@ -50,7 +50,7 @@ export default {
setTimeout(() => {
state.activeKey = '2';
console.log("激活获取值")
organizationApprovalRef.value.getTableDate()
organizationApprovalRef.value.getTableDate(state.activeKey)
}, 5000);
}

View File

@@ -762,8 +762,7 @@ export default {
console.log("执行 gx getTableDate 111111111111111111111")
state.tableLoading = true;
let objA = {
status,
...state.searchParam ,
status: status?status:state.searchParam.status,
//TODO GX03
//审批未通过意外的数据
approvalType:1,