1. 审批中心1

This commit is contained in:
gengxin
2025-03-19 11:54:20 +08:00
parent 017a2d6d8e
commit e4b47fd5fc

View File

@@ -620,6 +620,7 @@ export default {
onMounted(() => {
//初始化时
state.searchParam.status = 2;
console.log("onMounted status 变化",state.searchParam)
getTableDate();
});