mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-15 13:56:45 +08:00
1. 审批中心2
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user