pull/420/head
shizhong 2024-03-11 23:49:08 +08:00
parent 06ff8d095b
commit f1c2a6ef37
4 changed files with 2 additions and 13 deletions

View File

@ -67,7 +67,7 @@
"vue-router": "^4.3.0",
"vue-types": "^5.1.1",
"vuedraggable": "^4.1.0",
"vxe-table": "^4.3.11",
"vxe-table": "4.4.7",
"web-storage-cache": "^1.1.1",
"xe-utils": "^3.5.7",
"xml-js": "^1.6.11"

View File

@ -112,13 +112,3 @@ export const getAuditContractCount = async () => {
export const getRemindContractCount = async () => {
return await request.get({ url: '/crm/contract/remind-count' })
}
// 获得待审核合同数量
export const getAuditContractCount = async () => {
return await request.get({ url: '/crm/contract/audit-count' })
}
// 获得即将到期(提醒)的合同数量
export const getRemindContractCount = async () => {
return await request.get({ url: '/crm/contract/remind-count' })
}

View File

@ -215,7 +215,6 @@ const getTenantId = async () => {
if (loginData.tenantEnable === 'true') {
const res = await LoginApi.getTenantIdByNameApi(loginData.loginForm.tenantName)
authUtil.setTenantId(res)
authUtil.setTenantName(loginData.loginForm.tenantName)
}
}
//

View File

@ -206,7 +206,7 @@ const handleClose = async (id: number) => {
//
await message.confirm('确认关闭该砍价活动吗?')
//
await BargainActivityApi.closeSeckillActivity(id)
await BargainActivityApi.closeBargainActivity(id)
message.success('关闭成功')
//
await getList()