@@ -91,7 +91,7 @@ Page({ | |||
}) | |||
let { selectedTag, detailValue, businessCommunicationDemandId } = this.data; | |||
let param = { | |||
customerId: 666967, | |||
customerId: app.globalData.customerId, | |||
info: this.trimRight(detailValue), | |||
type: selectedTag.join(','), | |||
businessCommunicationDemandId, |