|
@@ -799,12 +799,16 @@ export default {
|
|
|
}
|
|
|
|
|
|
const projectList = this.projectss || []
|
|
|
+ console.log(projectList, '<==== projectList')
|
|
|
+ console.log(trueProjectId, '<==== trueProjectId')
|
|
|
const rows = projectList.filter(item => item.id == trueProjectId)
|
|
|
if(rows.length <= 0) {
|
|
|
this.$toast.fail(`暂未参与该项目`);
|
|
|
return
|
|
|
}
|
|
|
|
|
|
+ this.closeQrcode()
|
|
|
+
|
|
|
this.form.domains[this.clickIndex] = {
|
|
|
...this.form.domains[this.clickIndex],
|
|
|
extraField4: orderId,
|