Browse Source

采购需求单-查看时不需要查询需求日期

002390 1 year ago
parent
commit
716dede420
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/purchase/PurchaseDemandList/add.vue

+ 3 - 1
src/views/purchase/PurchaseDemandList/add.vue

@@ -2228,7 +2228,9 @@ export default {
             })
             .then(() => {
               this.loading = false;
-              this.dafaultDate();
+              if (this.pageStu == "edit") {
+                this.dafaultDate();
+              }
             })
             .catch((err) => {
               this.loading = false;