apply-clients 5.0.35-20 → 5.0.35-21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-20",
3
+ "version": "5.0.35-21",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -560,7 +560,7 @@ export default {
560
560
  this.$showMessage("必须有现场照片")
561
561
  return;
562
562
  }
563
- if(!this.model.f_sign_path){
563
+ if(Vue.nopic==this.model.f_sign_path){
564
564
  this.$showMessage("必须有签名照片")
565
565
  return;
566
566
  }