|
@@ -380,10 +380,10 @@ export default {
|
|
|
_this.$message.success(res.message)
|
|
|
if (_this.pageType == 'pages') {
|
|
|
_this.$router.push({ path: '/productManagement/productInfo/list' })
|
|
|
- _this.spinning = false
|
|
|
} else {
|
|
|
_this.$emit('saveOk', _this.form)
|
|
|
}
|
|
|
+ _this.spinning = false
|
|
|
} else {
|
|
|
_this.spinning = false
|
|
|
}
|