Commit f14d5932 authored by libin's avatar libin

Merge branch 'base-modify' of http://113.105.137.151:22280/youjj/cloud-platform-ui into base-modify

parents a9a34eda 1d154180
...@@ -168,7 +168,7 @@ ...@@ -168,7 +168,7 @@
pathway: [],//途径地 pathway: [],//途径地
isCreate: false,//是否点击了创建-确定 isCreate: false,//是否点击了创建-确定
fileList2:[], fileList2:[],
activeName2: 'first',//行程亮点 activeName2: '',//行程亮点
form: { form: {
id: undefined, id: undefined,
name: undefined,//营地名称 name: undefined,//营地名称
...@@ -535,6 +535,7 @@ ...@@ -535,6 +535,7 @@
fileList2.push(pp); fileList2.push(pp);
}); });
this.fileList2 = fileList2; this.fileList2 = fileList2;
this.activeName2 = "first";
}) })
}, },
/** /**
...@@ -601,7 +602,7 @@ ...@@ -601,7 +602,7 @@
cleanForm() { cleanForm() {
this.campsiteObj ={name: ""};//营地地址 this.campsiteObj ={name: ""};//营地地址
this.fileList2=[]; this.fileList2=[];
this.activeName2= 'first';//营地详情 this.activeName2= '';//营地详情
this.form = { this.form = {
id: undefined, id: undefined,
name: undefined,//营地名称 name: undefined,//营地名称
......
...@@ -176,6 +176,7 @@ ...@@ -176,6 +176,7 @@
}); });
t.price = parseFloat(response.data.price); t.price = parseFloat(response.data.price);
t.fileList2 = fileList2; t.fileList2 = fileList2;
t.id = response.data.id?response.data.id: undefined;
} else { } else {
this.$notify({ this.$notify({
title: '失败', title: '失败',
...@@ -211,7 +212,8 @@ ...@@ -211,7 +212,8 @@
let params = { let params = {
picture:arr.join(","), picture:arr.join(","),
price:this.price, price:this.price,
detailId: this.row.detailId detailId: this.row.detailId,
id: this.id
}; };
saveOrderViolation(params).then(response => { saveOrderViolation(params).then(response => {
if (response.status === 200) { if (response.status === 200) {
......
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