Browse Source

拆包优化

pull/151/head
wangxy 3 years ago
parent
commit
2902bde4ad
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      src/views/quality/component/unpack.vue

+ 4
- 1
src/views/quality/component/unpack.vue View File

@ -55,7 +55,10 @@ export default {
return api.demolitionPkg(params) return api.demolitionPkg(params)
}).then(() => { }).then(() => {
this.msgSuccess('拆包成功') this.msgSuccess('拆包成功')
}).catch(() => {})
this.pkgNum = ''
}).catch(() => {
this.pkgNum = ''
})
} }
}, },
} }


Loading…
Cancel
Save