Kaynağa Gözat

添加花束

shish 9 ay önce
ebeveyn
işleme
9d3ac6736d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      hdApp/src/admin/goods/add.vue

+ 1 - 1
hdApp/src/admin/goods/add.vue

@@ -367,7 +367,7 @@ export default {
           if (res.code === 1) {
           if (res.code === 1) {
               let id = res.data.id?res.data.id:0
               let id = res.data.id?res.data.id:0
               let name = res.data.name?res.data.name:''
               let name = res.data.name?res.data.name:''
-              that.pageTo({url:'/admin/goods/result?id='+id+'&name='+name})
+              that.pageTo({url:'/admin/goods/result?id='+id+'&name='+name,type:2})
           }
           }
         })
         })
       })
       })