|
|
@ -229,7 +229,7 @@ export default { |
|
|
|
const url = 'https://epmet-cloud.elinkservice.cn/api/third/subscribe/addtemplate' |
|
|
|
this.dataForm.kidList = this.kidSelIdList |
|
|
|
this.dataForm.nameList = this.kidSelNameList |
|
|
|
console.log(this.dataForm) |
|
|
|
//console.log(this.dataForm) |
|
|
|
const { data, code, msg, internalMsg } = await requestPost(url, this.dataForm) |
|
|
|
if (code === 0) { |
|
|
|
let clientType = this.dataForm.appId === this.resiAppid ? 'resi' : 'gov' |
|
|
@ -358,4 +358,3 @@ export default { |
|
|
|
padding: 0 0 0 10px; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|