Commit 828e062a authored by 沈良进's avatar 沈良进

save

parent 434a798a
......@@ -4390,6 +4390,7 @@
"app_today_visit_GetOrderMyCustomerList", {
typeId: id,
lineId: lineId,
IsLineId: 1,
},
(res) => {
if (res.data.resultCode == 1) {
......
......@@ -3717,7 +3717,8 @@
this.apipost(
'app_today_visit_GetOrderMyCustomerList', {
typeId: id,
lineId: lineId
lineId: lineId,
IsLineId: 1,
},
res => {
if (res.data.resultCode == 1) {
......
......@@ -2155,7 +2155,8 @@
})
this.apipost('app_today_visit_GetOrderMyCustomerList', {
typeId: this.addMsg.CustomerType,
lineId: this.commonLineId
lineId: this.commonLineId,
IsLineId: 1,
}, res => {
if (res.data.resultCode == 1) {
this.khmdList = res.data.data
......
......@@ -2407,7 +2407,8 @@ export default {
getKhmdList(id, lineId) {
this.apipost(
"app_today_visit_GetOrderMyCustomerList",
{ typeId: id, lineId: lineId },
{ typeId: id, lineId: lineId,
IsLineId: 1, },
res => {
if (res.data.resultCode == 1) {
this.khmdList = res.data.data;
......
......@@ -3321,6 +3321,7 @@
"app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID,
IsLineId: 1,
},
(res) => {
if (res.data.resultCode == 1) {
......
......@@ -2261,7 +2261,8 @@
getKhmdList() {
this.apipost('app_today_visit_GetOrderMyCustomerList', {
typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID
lineId: this.addObj.LineID,
IsLineId: 1,
}, res => {
if (res.data.resultCode == 1) {
this.khmdList = res.data.data
......
......@@ -1913,6 +1913,7 @@
"app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID,
IsLineId: 1,
},
(res) => {
if (res.data.resultCode == 1) {
......
......@@ -1811,6 +1811,7 @@
"app_today_visit_GetOrderMyCustomerList", {
typeId: this.addMsg.CustomerType,
lineId: this.addObj.LineID,
IsLineId: 1,
},
(res) => {
if (res.data.resultCode == 1) {
......
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