safecheck-client 3.0.35-7 → 3.0.35-9

Sign up to get free protection for your applications and to get access to all the features.
@@ -1849,7 +1849,7 @@
1849
1849
  //tag
1850
1850
  this.$dispatch('confirm')
1851
1851
  }else if(res.code == 710){
1852
- this.$showMessage('上传照片失败,请检查网络是否正常!'+res.msg)
1852
+ this.$showMessage('上传照片失败,请检查本地图片是否损坏或者网络是否正常!')
1853
1853
  this.onlySave = true
1854
1854
  return
1855
1855
  }else if(res.code == 712){
@@ -225,7 +225,7 @@
225
225
  v-model='model.f_is_gas'
226
226
  :value.sync="model.f_is_gas"
227
227
  :options='$parent.$parent.isgas'
228
- condition="uf.f_gas_data {}"
228
+ condition="f_gas_date {}"
229
229
  :value-single="true"
230
230
  close-on-select clear-button></v-select>
231
231
  </div>