Commit c7468be6 authored by 黄奎's avatar 黄奎
parents 65efe5e2 b42f5fef
...@@ -923,6 +923,7 @@ export default { ...@@ -923,6 +923,7 @@ export default {
},err=>{}) },err=>{})
}, },
getList(){ //获取列表 getList(){ //获取列表
this.checkList=[];
this.loading = true; this.loading = true;
if( this.msg.ClientID === '' ){ if( this.msg.ClientID === '' ){
this.msg.ClientID = 0; this.msg.ClientID = 0;
......
...@@ -547,6 +547,7 @@ export default { ...@@ -547,6 +547,7 @@ export default {
}, err => {}) }, err => {})
}, },
getList(){ //获取列表 getList(){ //获取列表
this.checkList=[];
// this.loading = true // this.loading = true
if( this.msg.ClientID == '' ){ if( this.msg.ClientID == '' ){
this.msg.ClientID = 0; this.msg.ClientID = 0;
......
...@@ -544,6 +544,7 @@ export default { ...@@ -544,6 +544,7 @@ export default {
}, err => {}) }, err => {})
}, },
getList(){ //获取列表 getList(){ //获取列表
this.checkList=[];
this.loading = true this.loading = true
if( this.msg.ClientID == '' ){ if( this.msg.ClientID == '' ){
this.msg.ClientID = 0; this.msg.ClientID = 0;
......
...@@ -591,6 +591,7 @@ export default { ...@@ -591,6 +591,7 @@ export default {
}, err => {}) }, err => {})
}, },
getList(){ //获取列表 getList(){ //获取列表
this.checkList=[];
this.loading = true this.loading = true
if( this.msg.ClientID == '' ){ if( this.msg.ClientID == '' ){
this.msg.ClientID = 0; this.msg.ClientID = 0;
......
...@@ -896,7 +896,7 @@ export default { ...@@ -896,7 +896,7 @@ export default {
"dmc_get_visa_GetVisaProductInfo_V1", "dmc_get_visa_GetVisaProductInfo_V1",
{Pid:Pid}, {Pid:Pid},
res => { res => {
console.log(res); // console.log(res);
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
let data=res.data.data; let data=res.data.data;
this.addMsg=res.data.data; this.addMsg=res.data.data;
......
...@@ -617,8 +617,8 @@ export default { ...@@ -617,8 +617,8 @@ export default {
let obj = localStorage.editIntegralMall ? JSON.parse(localStorage.editIntegralMall) : false let obj = localStorage.editIntegralMall ? JSON.parse(localStorage.editIntegralMall) : false
if (obj) { if (obj) {
this.addMsg = obj this.addMsg = obj
this.apiUrl = 'updateGoodsInfo'
if (obj.images) { if (obj.images) {
this.apiUrl = 'updateGoodsInfo'
this.DiningImageArray = obj.images.split(',') this.DiningImageArray = obj.images.split(',')
this.DiningImageArray2 = obj.descripImg.split(',') this.DiningImageArray2 = obj.descripImg.split(',')
} }
......
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