b94ad0cd by lihua

fix

1 parent 7aa47859
...@@ -322,7 +322,8 @@ const getTableData = () => { ...@@ -322,7 +322,8 @@ const getTableData = () => {
322 daName: pageInfo.value.daName, 322 daName: pageInfo.value.daName,
323 approveState: pageInfo.value.approveState, 323 approveState: pageInfo.value.approveState,
324 tenantGuid: pageInfo.value.tenantGuid, 324 tenantGuid: pageInfo.value.tenantGuid,
325 exchangGuid: exchangGuid.value 325 exchangGuid: exchangGuid.value,
326 currentStaffGuid: userData.staffGuid
326 }).then((res: any) => { 327 }).then((res: any) => {
327 loading.value = false; 328 loading.value = false;
328 if (res.code == proxy.$passCode) { 329 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!