diff --git a/src/views/company/index.vue b/src/views/company/index.vue
index e829c11..20d6f50 100644
--- a/src/views/company/index.vue
+++ b/src/views/company/index.vue
@@ -231,14 +231,12 @@
>生成合同
生成合同审核中
{
getLists();
};
+// 审核中
+const auditing = () => {
+ ElMessage.warning("请等待合同审核完成!");
+};
+
getLists();