From fd59571a8536d48d4029eb7b09a717393f19e210 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 22 六月 2022 17:29:46 +0800
Subject: [PATCH] 1.角色关联功能勾选提交功能 2.供方清单(新增、编辑、删除) 功能开发
---
package.json | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index e0d6fd1..196407a 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
"core-js": "3.6.5",
"echarts": "^5.3.2",
"element-ui": "2.13.2",
+ "jquery": "^3.6.0",
"js-cookie": "2.2.0",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
@@ -36,6 +37,7 @@
"babel-eslint": "10.1.0",
"babel-jest": "23.6.0",
"babel-plugin-dynamic-import-node": "2.3.3",
+ "babel-plugin-transform-remove-console": "^6.9.4",
"chalk": "2.4.2",
"connect": "3.6.6",
"eslint": "6.7.2",
--
Gitblit v1.9.3