|
@@ -121,7 +121,7 @@ export default {
|
|
_this.spinning = true
|
|
_this.spinning = true
|
|
shelfSave(form).then(res => {
|
|
shelfSave(form).then(res => {
|
|
if (res.status == 200) {
|
|
if (res.status == 200) {
|
|
- _this.$message.success(ret.message)
|
|
|
|
|
|
+ _this.$message.success(res.message)
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
_this.isShow = false
|
|
_this.isShow = false
|
|
_this.$emit('ok', res.data)
|
|
_this.$emit('ok', res.data)
|