lion 7 days ago
parent b1f696e750
commit b14669f79e

@ -22,6 +22,7 @@
// } // }
// }); // });
// }) // })
console.log("wx.getDeviceInfo().platform",wx.getDeviceInfo())
const updateManager = uni.getUpdateManager(); const updateManager = uni.getUpdateManager();
updateManager.onCheckForUpdate(function(res) { updateManager.onCheckForUpdate(function(res) {
console.log(res.hasUpdate) console.log(res.hasUpdate)

@ -243,9 +243,9 @@
if (item1.field === 'company_date') { if (item1.field === 'company_date') {
this.$set(item1,'value',company.startDate||'') this.$set(item1,'value',company.startDate||'')
} }
if (item1.field === 'company_product') { // if (item1.field === 'company_product') {
this.$set(item1,'value',company.businessScope||'') // this.$set(item1,'value',company.businessScope||'')
} // }
if (item1.field === 'company_type') { if (item1.field === 'company_type') {
const company_type = company.tagList && Array.isArray(company.tagList)?company.tagList.join(','):'' const company_type = company.tagList && Array.isArray(company.tagList)?company.tagList.join(','):''
const _arr = company_type.split(',') const _arr = company_type.split(',')

@ -379,7 +379,7 @@
console.log('选中的公司:', company); console.log('选中的公司:', company);
this.form.company_name = company.enterpriseName||''; this.form.company_name = company.enterpriseName||'';
this.form.company_date = company.startDate||''; this.form.company_date = company.startDate||'';
this.form.company_product = company.businessScope||''; // this.form.company_product = company.businessScope||'';
if(company.tagList && Array.isArray(company.tagList)){ if(company.tagList && Array.isArray(company.tagList)){
this.form.company_type = company.tagList.join(','); this.form.company_type = company.tagList.join(',');
} }

Loading…
Cancel
Save