Browse Source

去除console打印信息

tags/v1.22.12.2^2
zhoupzh 2 years ago
parent
commit
2f01491f94
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      templates/repo/cloudbrain/new.tmpl
  2. +0
    -1
      web_src/js/components/dataset/selectDataset.vue

+ 0
- 1
templates/repo/cloudbrain/new.tmpl View File

@@ -217,7 +217,6 @@
{{template "base/footer" .}} {{template "base/footer" .}}
<script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script> <script src="{{StaticUrlPrefix}}/js/specsuse.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script> <script>
console.log({{DebugAttachSize}});
let form = document.getElementById('form_id'); let form = document.getElementById('form_id');
$('#messageInfo').css('display', 'none') $('#messageInfo').css('display', 'none')
function clearValue() { function clearValue() {


+ 0
- 1
web_src/js/components/dataset/selectDataset.vue View File

@@ -771,7 +771,6 @@ export default {
.then((res) => { .then((res) => {
this.loadingCurrent = false; this.loadingCurrent = false;
let data = JSON.parse(res.data.data); let data = JSON.parse(res.data.data);
console.log(data);
this.currentDatasetList = this.transformeTreeData( this.currentDatasetList = this.transformeTreeData(
data, data,
"currentTree", "currentTree",


Loading…
Cancel
Save