Explorar el Código

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

002390 hace 1 año
padre
commit
716dede420
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;