Kaynağa Gözat

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

002390 1 yıl önce
ebeveyn
işleme
716dede420
1 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  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;