Преглед на файлове

fix:没有公司id自动补全

jianghaili преди 7 месеца
родител
ревизия
16aa996811
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      pages/my/jobPostingSecond.vue

+ 1 - 1
pages/my/jobPostingSecond.vue

@@ -568,7 +568,7 @@
 					province: this.stationName.province,
 					city: this.stationName.city,
 					county: this.stationName.district,
-					companyId:this.companyId,
+					companyId:(this.companyId === undefined || this.companyId === 'undefined') ? '' : this.companyId,
 					salaryTimes:this.salaryTimes
 
 				};