Browse Source

ssss

master
huangli 3 years ago
parent
commit
cbf3ea3da6
  1. 2
      pages/stopLine/stopLine.vue
  2. 2
      pages/user/user.vue
  3. 30
      unpackage/dist/build/app-plus/app-service.js
  4. 2
      unpackage/dist/build/app-plus/app-view.js

2
pages/stopLine/stopLine.vue

@ -696,7 +696,7 @@
}
if (this.crrentReson == '模具维修') {
this.froms.mode[0].cause_analysis = this.modeCauseAnalysis[this.modeYyIds].value; //
this.froms.mode[0].unusual_phenomenon = this.modeUnnormal[this.index].name; //
this.froms.mode[0].unusual_phenomenon = this.modeUnnormal[this.modeUnIds].name; //
this.froms.mode[0].mode_id = this.mould[this.modeIds].id; //id
this.froms.mode[0].repair_description = this.modeRepairDescription[this.modeRepairids].value; //
this.froms.mode[0].repair_staff = this.staffList[this.staffIdx].id; //

2
pages/user/user.vue

@ -46,7 +46,7 @@
status:0,
ifJump:0,
versionNo:'',
versionCode:'1.0.4'
versionCode:'1.0.5'
};
},methods:{
...mapMutations(['setToken', 'setUserInfo']),

30
unpackage/dist/build/app-plus/app-service.js vendored

File diff suppressed because one or more lines are too long

2
unpackage/dist/build/app-plus/app-view.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save