zhengyiming
3 天以前 c848d51eb43c87463fc8ce0b8e4996bb3f80894c
src/views/FlexJobManage/FlexJobManage.vue
@@ -539,12 +539,8 @@
async function handleBatchEnterpriseSign(ids: string[]) {
  try {
    let res = await enterpriseEmployeeServices.batchEnterpriseSignContract(
      { ids: ids },
      {
        showLoading: !state.loading,
      }
    );
    state.loading = true;
    let res = await enterpriseEmployeeServices.batchEnterpriseSignContract({ ids: ids });
    if (res) {
      Message.successMessage('操作成功');
      getList(paginationState.pageIndex);
@@ -563,7 +559,10 @@
        });
      }
    }
  } catch (error) {}
  } catch (error) {
  } finally {
    state.loading = false;
  }
}
async function signContract() {