Commit f1b67458 authored by zhengke's avatar zhengke

1

parent 610cc728
...@@ -2054,13 +2054,11 @@ ...@@ -2054,13 +2054,11 @@
this.getData() this.getData()
}, },
getData() { getData() {
console.log('进入1');
this.apipost( this.apipost(
"/api/OSGoods/GetGoodsInfo", { "/api/OSGoods/GetGoodsInfo", {
GoodsId: this.GoodsId GoodsId: this.GoodsId
}, },
res => { res => {
console.log(res,'进入2');
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg = res.data.data; this.addMsg = res.data.data;
if (!this.$route.query.GoodsId) { 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