|
@@ -149,7 +149,6 @@ export default {
|
|
stockImportFinish({ stockImportSn: _this.uploadData && _this.uploadData.stockImportSn }).then(res => {
|
|
stockImportFinish({ stockImportSn: _this.uploadData && _this.uploadData.stockImportSn }).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
_this.$message.success(res.message)
|
|
_this.$message.success(res.message)
|
|
- _this.resetSearchForm()
|
|
|
|
_this.showSuccessModal(res.data)
|
|
_this.showSuccessModal(res.data)
|
|
_this.spinning = false
|
|
_this.spinning = false
|
|
} else {
|
|
} else {
|