|
@@ -115,7 +115,7 @@ var crmNode = new Vue({
|
|
|
case 'employ':
|
|
|
// 收录
|
|
|
if(this.property === 'BIProperty') {
|
|
|
- this.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg`
|
|
|
+ this.IframeSrc = `${location.origin}/succbi/crm_system/app/crm.app/%E9%80%9A%E7%94%A8%E5%88%9B%E5%BB%BA/create_intelligence.spg?t=${new Date().getTime()}`
|
|
|
const bidamount_class=goTemplateData.params.obj.bidamount
|
|
|
const budget_class=goTemplateData.params.obj.budget
|
|
|
const amount = this.getacount(bidamount_class, budget_class)
|