Browse Source

物料发放频次

zhujindu 8 months ago
parent
commit
0fe9831e45
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 0
src/views/deviceWithin/addStoreVisit.vue

@@ -4798,6 +4798,7 @@ export default {
                     confirmButtonText: '仍要发放',
                   })
                   .then(() => {
+                    this.flagclick = true;
                     this.stillDistribute = true;
                     this.onSubmit();
                   });