b94ad0cd by lihua

fix

1 parent 7aa47859
......@@ -322,7 +322,8 @@ const getTableData = () => {
daName: pageInfo.value.daName,
approveState: pageInfo.value.approveState,
tenantGuid: pageInfo.value.tenantGuid,
exchangGuid: exchangGuid.value
exchangGuid: exchangGuid.value,
currentStaffGuid: userData.staffGuid
}).then((res: any) => {
loading.value = false;
if (res.code == proxy.$passCode) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!