Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e0b21e58404ecf5cc3a94feed52b8d97b6dfc484
Authored by
loveumiko
2023-09-12 10:16:39 +0800
1 parent
f23f46e2
fix: 删除console
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
src/views/rule/chain/component/RuleChainModal.vue
src/views/visual/packages/components/Statistics/StatisticsComponent3/index.vue
src/views/rule/chain/component/RuleChainModal.vue
View file @
e0b21e5
...
...
@@ -79,7 +79,6 @@
79
79
debugMode,
80
80
name,
81
81
};
82
-
console.log(value, 'value');
83
82
await createRuleChine(value);
84
83
createMessage.success('编辑成功');
85
84
}
...
...
src/views/visual/packages/components/Statistics/StatisticsComponent3/index.vue
View file @
e0b21e5
...
...
@@ -159,7 +159,6 @@
159
159
});
160
160
161
161
const resize = async () => {
162
-
console.log(123321);
163
162
await nextTick();
164
163
165
164
// 修改echarts大小
...
...