shizhong 1 năm trước cách đây
mục cha
commit
f1c2a6ef37

+ 1 - 1
package.json

@@ -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"

+ 0 - 10
src/api/crm/contract/index.ts

@@ -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' })
-}

+ 0 - 1
src/views/Login/components/LoginForm.vue

@@ -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)
   }
 }
 // 记住我

+ 1 - 1
src/views/mall/promotion/bargain/activity/index.vue

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