shish 2 년 전
부모
커밋
b2bd3f7ab5
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      ghsApp/src/admin/item/detail.vue

+ 2 - 1
ghsApp/src/admin/item/detail.vue

@@ -509,7 +509,8 @@ export default {
       })
     },
     getDetail() {
-      return getProductDetail({ id: this.option.id }).then(res => {
+      let source = this.option.source ? this.option.source : ''
+      return getProductDetail({ id: this.option.id,source:source }).then(res => {
         if (this.$util.isEmpty(res.data)) {
           return;
         }