Commit f1b67458 authored by zhengke's avatar zhengke

1

parent 610cc728
......@@ -2054,13 +2054,11 @@
this.getData()
},
getData() {
console.log('进入1');
this.apipost(
"/api/OSGoods/GetGoodsInfo", {
GoodsId: this.GoodsId
},
res => {
console.log(res,'进入2');
if (res.data.resultCode == 1) {
this.addMsg = res.data.data;
if (!this.$route.query.GoodsId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment