瀏覽代碼

Merge branch 'master' of https://git.cocorobo.cn/CocoRoboLabs/ssti-CollegeManage

Q-ABAB 2 年之前
父節點
當前提交
21da7c727e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/views/projectManage/ProjectManagement.vue
  2. 1 1
      src/views/projectManage/ProjectManagement3.vue

+ 1 - 1
src/views/projectManage/ProjectManagement.vue

@@ -210,7 +210,7 @@
           this.ajax    
           this.ajax    
             .get(this.$store.state.api+'/SelectAllProject',param)
             .get(this.$store.state.api+'/SelectAllProject',param)
               .then(res=>{
               .then(res=>{
-                console.log(res);
+                // console.log(res);
                 let data=res.data;
                 let data=res.data;
                 // console.log(res);
                 // console.log(res);
                 let a=this.options;
                 let a=this.options;

+ 1 - 1
src/views/projectManage/ProjectManagement3.vue

@@ -132,9 +132,9 @@
               page:this.table.currentPage,
               page:this.table.currentPage,
               lim:this.table.packageSize
               lim:this.table.packageSize
             }
             }
+            console.log(param);
             this.ajax
             this.ajax
                   .get(this.$store.state.api+'/GetAllActivity',param)
                   .get(this.$store.state.api+'/GetAllActivity',param)
-
                   .then(res=>{
                   .then(res=>{
                     console.log(res.data);
                     console.log(res.data);
                     this.tableData=res.data[0]
                     this.tableData=res.data[0]