yuanyiming 1 year ago
parent
commit
7c33a926d3

File diff suppressed because it is too large
+ 38 - 510
package-lock.json


+ 0 - 7
package.json

@@ -19,7 +19,6 @@
     "pizzip": "^3.1.4",
     "vue": "^2.6.14",
     "vue-router": "^3.5.1",
-    "vue-uuid": "^3.0.0",
     "vue2-editor": "^2.10.3",
     "vuex": "^3.6.2",
     "vuex-persistedstate": "^4.1.0"
@@ -32,12 +31,6 @@
     "@vue/cli-plugin-router": "~5.0.0",
     "@vue/cli-plugin-vuex": "~5.0.0",
     "@vue/cli-service": "~5.0.0",
-    "@vue/eslint-config-standard": "^6.1.0",
-    "eslint": "^7.32.0",
-    "eslint-plugin-import": "^2.25.3",
-    "eslint-plugin-node": "^11.1.0",
-    "eslint-plugin-promise": "^5.1.0",
-    "eslint-plugin-vue": "^8.0.3",
     "vue-cli-plugin-element": "^1.0.1",
     "vue-template-compiler": "^2.6.14"
   }

+ 0 - 2
src/components/tool/getWord.js

@@ -160,8 +160,6 @@ function MakerSpaceWord(data,fund){
             document.body.removeChild(link);
         }
         return
-       
-
     }
     x.send()
 }

+ 2 - 2
src/views/projectApply/components/projectApplication2.vue

@@ -188,11 +188,11 @@ import { VueEditor } from "vue2-editor";
                     .get(this.$store.state.api+'/SelectProjectApplyDetailStudent',param)
                     .then(res=>{
                         let data=res.data[0][0]
-                        console.log(data);
+                        // console.log(data);
                         this.isUpload=data.isupload
                         this.endProject=data.endProject
                         this.content=JSON.parse(data.chapters)
-                        console.log(this.content);
+                        // console.log(this.content);
                     },err=>{
                         console.log(err);
                     })

+ 1 - 1
src/views/projectApply/components/projectApplicationDetails.vue

@@ -663,7 +663,7 @@
                     .then(res=>{
                       // console.log(data.);
                         let data=res.data[0][0]
-                        console.log(data);
+                        // console.log(data);
                         // console.log(data.multiSelectProject);
                         this.content.select.projectName=data.title
                         this.content.select.leader=data.leader

Some files were not shown because too many files changed in this diff