|
|
@@ -56,7 +56,7 @@ export default {
|
|
|
var url=this.lists[0].response.data
|
|
|
const data = {
|
|
|
companyCertification: url, //logo
|
|
|
- companyId: this.companyId, //ID
|
|
|
+ companyId:(this.companyId === undefined || this.companyId === 'undefined') ? '' : this.companyId, //ID
|
|
|
};
|
|
|
// 调用接口提交
|
|
|
uni.showLoading({
|