Browse Source

优化

pull/104/head
wangxy 3 years ago
parent
commit
18f37dfc18
1 changed files with 4 additions and 8 deletions
  1. +4
    -8
      src/views/quality/component/login.vue

+ 4
- 8
src/views/quality/component/login.vue View File

@ -150,14 +150,10 @@ export default {
//
closeRepair() {
this.open = false
this.newImgSrc = []
this.repairCodeEcho = ''
this.productCodeEcho = ''
this.echoInfo = null
// newImgSrc: [], //
// repairCodeEcho: '', //
// productCodeEcho: '', //
// echoInfo: {}, //
this.newImgSrc = [] //
this.repairCodeEcho = '' //
this.productCodeEcho = '' //
this.echoInfo = null //
},
//
enterRepairPress() {


Loading…
Cancel
Save