dedsudiyu 2 years ago
parent
commit
50be6e33e8

+ 1 - 1
src/README.md

@@ -30,6 +30,6 @@ views
         indexOne.vue
   mine
     indexOne.vue
-  loginOne.vue
+  loginOne.vue(本地静态路由需要同步修改)
 
 # 部分牵扯前端页面跳转写死部分

+ 1 - 1
src/router/index.js

@@ -72,7 +72,7 @@ export const constantRoutes = [
   },
   {
     path: '/emergencyEvacuationBig',
-    component: (resolve) => require(['@/views/emergencyEvacuationBig'], resolve),
+    component: (resolve) => require(['@/views/emergencyEvacuationBigOne'], resolve),
     hidden: true
   },
   {

+ 0 - 15
src/views/securityCheck/checkRecord/addCheck.vue

@@ -754,21 +754,6 @@ export default {
               }
             }
           }).catch(() => {
-            for(let i=0;i<self.optionsSelect.length;i++){
-              if(self.fjNumber == self.optionsSelect[i].room){
-                self.$set(self,"fjNumber",self.optionsSelect[i].room)
-                self.$set(self.form,"fjNumber",self.optionsSelect[i].room)
-                self.$set(self.form,"buildingId",self.optionsSelect[i].deptId)
-                self.$set(self.form,"deptName",self.optionsSelect[i].deptName)
-                self.$set(self.form,"deptId",self.optionsSelect[i].id)
-                self.$set(self.form,"buildingName",self.optionsSelect[i].buildName)
-                self.$set(self.form,"laboratoryId",self.optionsSelect[i].building)
-                self.$set(self.form,"laboratoryName",self.optionsSelect[i].name)
-                self.$set(self.form,"fzrId",self.optionsSelect[i].userId)
-                self.$set(self.form,"fzrName",self.optionsSelect[i].safeUserName)
-                self.$set(self.form,"fzrLxfs",self.optionsSelect[i].safeUserPhone)
-              }
-            }
           });
         }
       }

+ 0 - 15
src/views/securityCheck/checkRecord/unsubmittedInfo.vue

@@ -794,21 +794,6 @@
               }
             }).catch(() => {
               console.log("取消")
-              for(let i=0;i<self.optionsSelect.length;i++){
-                if(self.fjNumber == self.optionsSelect[i].room){
-                  self.$set(self,"fjNumber",self.optionsSelect[i].room)
-                  self.$set(self.form,"fjNumber",self.optionsSelect[i].room)
-                  self.$set(self.form,"buildingId",self.optionsSelect[i].deptId)
-                  self.$set(self.form,"deptName",self.optionsSelect[i].deptName)
-                  self.$set(self.form,"deptId",self.optionsSelect[i].id)
-                  self.$set(self.form,"buildingName",self.optionsSelect[i].buildName)
-                  self.$set(self.form,"laboratoryId",self.optionsSelect[i].building)
-                  self.$set(self.form,"laboratoryName",self.optionsSelect[i].name)
-                  self.$set(self.form,"fzrId",self.optionsSelect[i].userId)
-                  self.$set(self.form,"fzrName",self.optionsSelect[i].safeUserName)
-                  self.$set(self.form,"fzrLxfs",self.optionsSelect[i].safeUserPhone)
-                }
-              }
             });
           }
         }