浏览代码

Merge branch 'master' of http://114.244.114.158:8802/siwei/real3d-portalsite

maxiaoxiao 6 月之前
父节点
当前提交
ac2bedac6c
共有 1 个文件被更改,包括 0 次插入5 次删除
  1. 0 5
      src/views/shareResources/components/ServiceDetails.vue

+ 0 - 5
src/views/shareResources/components/ServiceDetails.vue

@@ -333,7 +333,6 @@ export default {
   methods: {
     handleBeforeUpload(file) {
       // this.$modal.loading("正在上传文件,请稍候...");
-      console.log(file, "上传中");
       return true;
     },
     // 上传失败
@@ -345,12 +344,10 @@ export default {
       this.ruleForm.attachment = res.data.url;
     },
     handleSizeChange(val) {
-      console.log(`每页 ${val} 条`);
       this.pageSize = val;
       this.getList();
     },
     handleCurrentChange(val) {
-      console.log(`当前页: ${val}`);
       this.pageNum = val;
       this.getList();
     },
@@ -367,7 +364,6 @@ export default {
         (res) => {
           this.tableData = res.rows;
           this.total = res.total;
-          console.log(res, "//////");
         }
       );
     },
@@ -450,7 +446,6 @@ export default {
   },
   watch: {
     xzqTreeValue(val) {
-      // console.log(val,'***************');
       this.ruleForm.sqFw = val[0];
     },
   },