Browse Source

Merge pull request '拆包优化' (#151) from feature_supplier into develop

Reviewed-on: http://101.201.121.115:3000/leo/LAPP_GAAS_GFrame_WEBFRONT/pulls/151
Reviewed-by: Liwei <wei.li@le-it.com.cn>
pull/152/head
Liwei 3 years ago
parent
commit
12c13c9487
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)
}).then(() => {
this.msgSuccess('拆包成功')
}).catch(() => {})
this.pkgNum = ''
}).catch(() => {
this.pkgNum = ''
})
}
},
}


Loading…
Cancel
Save