|
|
@ -368,10 +368,9 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
methods: { |
|
|
|
showModal(record) { |
|
|
|
showModal(id) { |
|
|
|
this.visible = true; |
|
|
|
this.visible = true; |
|
|
|
this.model = record |
|
|
|
this.id = id |
|
|
|
this.id = record.id |
|
|
|
|
|
|
|
// this.$http.get('/zyclothsstyle/zyClothsStyle/detail?id='+record.id).then( |
|
|
|
// this.$http.get('/zyclothsstyle/zyClothsStyle/detail?id='+record.id).then( |
|
|
|
// res=>{ |
|
|
|
// res=>{ |
|
|
|
// console.log('res') |
|
|
|
// console.log('res') |
|
|
@ -390,8 +389,6 @@ |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|
this.confirmLoading = false |
|
|
|
this.confirmLoading = false |
|
|
|
console.log('res.result') |
|
|
|
|
|
|
|
console.log(res.result) |
|
|
|
|
|
|
|
if(this.data1.length == 0){ |
|
|
|
if(this.data1.length == 0){ |
|
|
|
this.data1.push(res.result.zyClothsStyle) |
|
|
|
this.data1.push(res.result.zyClothsStyle) |
|
|
|
} |
|
|
|
} |
|
|
@ -399,8 +396,6 @@ |
|
|
|
this.data3 = res.result.zyStyleAccessoriesList |
|
|
|
this.data3 = res.result.zyStyleAccessoriesList |
|
|
|
this.data = res.result.zyStyleModuleList |
|
|
|
this.data = res.result.zyStyleModuleList |
|
|
|
this.data5 = res.result.zyStyleModularList |
|
|
|
this.data5 = res.result.zyStyleModularList |
|
|
|
console.log('data') |
|
|
|
|
|
|
|
console.log(this.data) |
|
|
|
|
|
|
|
}, |
|
|
|
}, |
|
|
|
handleOk(e) { |
|
|
|
handleOk(e) { |
|
|
|
this.confirmLoading = true; |
|
|
|
this.confirmLoading = true; |
|
|
|