|
@@ -230,7 +230,6 @@ export default {
|
|
|
organId: form.organId,
|
|
|
typeRouteScale: JSON.stringify((form.serviceList).concat(form.sellList))
|
|
|
}
|
|
|
- console.log(params)
|
|
|
if (this.formActionTitle == "create") {
|
|
|
addTypeRoute(cleanDeep(params)).then(res => {
|
|
|
this.messageTips("添加", res);
|
|
@@ -280,7 +279,6 @@ export default {
|
|
|
tempObj['feeType'] = 'SELL'
|
|
|
this.form.sellList.push(tempObj)
|
|
|
}
|
|
|
- console.log(tempObj)
|
|
|
|
|
|
},
|
|
|
onRemoveDomain(type, item) { // 删除
|