Browse Source

采购需求单-编辑与复制时调用需求日期获取

002390 1 year ago
parent
commit
5e4b4e8b2b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/purchase/PurchaseDemandList/add.vue

+ 2 - 0
src/views/purchase/PurchaseDemandList/add.vue

@@ -1903,6 +1903,7 @@ export default {
         item.address = "";
         item.statusAllot = "N";
       });
+      this.dafaultDate();
     },
     editPage() {
       this.sonPageStu = "edit";
@@ -2227,6 +2228,7 @@ export default {
             })
             .then(() => {
               this.loading = false;
+              this.dafaultDate();
             })
             .catch((err) => {
               this.loading = false;