|
@@ -509,7 +509,7 @@ export default {
|
|
|
}else {
|
|
|
garment = '面料'
|
|
|
}
|
|
|
- confimOrderData({itemId:this.confimList,tOrf:garment}).then(res => {
|
|
|
+ confimOrderData({itemId:this.confimList,readyFabric:garment}).then(res => {
|
|
|
if (res.success) {
|
|
|
this.propList = res.result;
|
|
|
this.$emit('bao', this.propList);
|