mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-10 03:16:44 +08:00
1. 审批中心2
This commit is contained in:
@@ -49,6 +49,7 @@ export default {
|
||||
const activeKeyFn = () => {
|
||||
setTimeout(() => {
|
||||
state.activeKey = '2';
|
||||
console.log("激活获取值")
|
||||
organizationApprovalRef.value.getTableDate()
|
||||
}, 5000);
|
||||
|
||||
|
||||
@@ -758,7 +758,7 @@ export default {
|
||||
//列表数据
|
||||
const tableData = ref([]);
|
||||
// List接口数据
|
||||
const getTableDate = (obj) => {
|
||||
const getTableDate = (status) => {
|
||||
console.log("执行 gx getTableDate 111111111111111111111")
|
||||
state.tableLoading = true;
|
||||
let objA = {
|
||||
@@ -766,7 +766,8 @@ export default {
|
||||
//TODO GX03
|
||||
//审批未通过意外的数据
|
||||
approvalType:1,
|
||||
moduleType:1
|
||||
moduleType:1,
|
||||
status
|
||||
};
|
||||
console.log("执行 gx getTableDate objA",objA);
|
||||
queryTrainOrg(objA).then((res) => {
|
||||
|
||||
Reference in New Issue
Block a user