1. 审批中心2

This commit is contained in:
gengxin
2025-03-19 13:07:00 +08:00
parent e4b47fd5fc
commit 46b5ef9c36
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -758,7 +758,7 @@ export default {
//列表数据 //列表数据
const tableData = ref([]); const tableData = ref([]);
// List接口数据 // List接口数据
const getTableDate = (obj) => { const getTableDate = (status) => {
console.log("执行 gx getTableDate 111111111111111111111") console.log("执行 gx getTableDate 111111111111111111111")
state.tableLoading = true; state.tableLoading = true;
let objA = { let objA = {
@@ -766,7 +766,8 @@ export default {
//TODO GX03 //TODO GX03
//审批未通过意外的数据 //审批未通过意外的数据
approvalType:1, approvalType:1,
moduleType:1 moduleType:1,
status
}; };
console.log("执行 gx getTableDate objA",objA); console.log("执行 gx getTableDate objA",objA);
queryTrainOrg(objA).then((res) => { queryTrainOrg(objA).then((res) => {