提交 c68a9983 authored 作者: huaxinzhu's avatar huaxinzhu

bug修复

上级 08bc0d86
...@@ -671,10 +671,10 @@ export default { ...@@ -671,10 +671,10 @@ export default {
let ssqLabelList = []; let ssqLabelList = [];
if(this.onlyEidtPlaceholder) { if(this.onlyEidtPlaceholder) {
ssqLabelList = this.$refs['ssqCascader'].getCheckedNodes()[0].pathLabels; ssqLabelList = this.$refs['ssqCascader'].getCheckedNodes()[0].pathLabels;
console.log(11,ssqLabelList); //console.log(11,ssqLabelList);
}else { }else {
ssqLabelList = this.addressForm.areaList; ssqLabelList = this.addressForm.areaList;
console.log(22,ssqLabelList); //console.log(22,ssqLabelList);
} }
let params = { let params = {
......
...@@ -503,6 +503,7 @@ ...@@ -503,6 +503,7 @@
if(type ==3) { if(type ==3) {
this.onlyIsAgree = type // 退货退款 同意退货退款 this.onlyIsAgree = type // 退货退款 同意退货退款
this.dialogASTypeTitle = "提示"; this.dialogASTypeTitle = "提示";
this.order_refund_address = '';
this.isASTypeDialog = true; this.isASTypeDialog = true;
} }
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论