Commit f0a46fc6 authored by zhengke's avatar zhengke

修改

parent 6c6b0e85
...@@ -1065,7 +1065,7 @@ ...@@ -1065,7 +1065,7 @@
GoodsDetails: "", GoodsDetails: "",
SeparateDistribution: 2, SeparateDistribution: 2,
SeparateDistributionType: 1, SeparateDistributionType: 1,
SeparateDistributionMoneyType: 1, SeparateDistributionMoneyType: 2, //默认显示固定金额
EnjoyMember: 1, EnjoyMember: 1,
SeparateSetMember: 2, SeparateSetMember: 2,
IsQuickBuy: 1, IsQuickBuy: 1,
...@@ -1964,7 +1964,6 @@ ...@@ -1964,7 +1964,6 @@
res => { res => {
if(res.data.resultCode == 1){ if(res.data.resultCode == 1){
this.addMsg = res.data.data; this.addMsg = res.data.data;
console.log(res,'resss');
if (this.addMsg.SupplierId != 0) { if (this.addMsg.SupplierId != 0) {
this.SupplierId = this.addMsg.SupplierId; this.SupplierId = this.addMsg.SupplierId;
......
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