fix: remove useless console

This commit is contained in:
xuziqiang
2024-07-01 16:37:37 +08:00
parent 2d9fc62d86
commit 7fd1733872
5 changed files with 0 additions and 7 deletions

View File

@@ -180,7 +180,6 @@
* 获取数据
*/
const fetch = () => {
console.log('requiredParams', getBindValues.value.checkRequiredParams);
if (getBindValues.value.checkRequiredParams === false) {
options.value = [];
return;