apply-clients 5.0.35-21 → 5.0.35-22

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-21",
3
+ "version": "5.0.35-22",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -564,6 +564,10 @@ export default {
564
564
  this.$showMessage("必须有签名照片")
565
565
  return;
566
566
  }
567
+ this.model.f_overall_imgs.push({
568
+ f_overall_path: this.model.f_sign_path,
569
+ f_overall_name: this.data.title
570
+ })
567
571
  }
568
572
 
569
573