mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
1. 线上 BUG
This commit is contained in:
@@ -3941,7 +3941,7 @@ function onFocusEnd(){
|
|||||||
state.changeName = true
|
state.changeName = true
|
||||||
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
state.xjkkinputV3 = [moment().format('YYYY-MM-DD HH:mm'),'']
|
||||||
//清除缓存
|
//清除缓存
|
||||||
this.examInfo = {};
|
state.examInfo = {};
|
||||||
state.cstm_hs = true;
|
state.cstm_hs = true;
|
||||||
};
|
};
|
||||||
const handleCancelStu = () => {
|
const handleCancelStu = () => {
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
state.activeKey = '2';
|
state.activeKey = '2';
|
||||||
console.log("激活获取值")
|
console.log("激活获取值")
|
||||||
organizationApprovalRef.value.getTableDate()
|
organizationApprovalRef.value.getTableDate(state.activeKey)
|
||||||
}, 5000);
|
}, 5000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -762,8 +762,7 @@ export default {
|
|||||||
console.log("执行 gx getTableDate 111111111111111111111")
|
console.log("执行 gx getTableDate 111111111111111111111")
|
||||||
state.tableLoading = true;
|
state.tableLoading = true;
|
||||||
let objA = {
|
let objA = {
|
||||||
status,
|
status: status?status:state.searchParam.status,
|
||||||
...state.searchParam ,
|
|
||||||
//TODO GX03
|
//TODO GX03
|
||||||
//审批未通过意外的数据
|
//审批未通过意外的数据
|
||||||
approvalType:1,
|
approvalType:1,
|
||||||
|
|||||||
Reference in New Issue
Block a user