shish 2 лет назад
Родитель
Сommit
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;
         }