#151 拆包优化

Merged
Liwei merged 1 commits from feature_supplier into develop 3 years ago
  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)
}).then(() => {
this.msgSuccess('拆包成功')
}).catch(() => {})
this.pkgNum = ''
}).catch(() => {
this.pkgNum = ''
})
}
},
}


Loading…
Cancel
Save