瀏覽代碼

中心仓库区保存时异常处理

liyuan 1 周之前
父節點
當前提交
0d59016e3a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/storehouse/storage-region/detailsPage.vue

+ 1 - 1
src/views/storehouse/storage-region/detailsPage.vue

@@ -109,7 +109,7 @@ export default {
                 spinner: 'el-icon-loading',
                 background: 'rgba(0, 0, 0, 0.7)'
             })
-            this.form.parentId = this.onLoad
+            this.form.parentId = this.onLoad.id
             this.form.top = this.onLoad.parentId === 0 ? 1 : 0
             add(this.form).then(res => {
                 console.info('res----', res)