Ver código fonte

修复物料资料报错

MY 5 meses atrás
pai
commit
4874a85ea4
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      JLHWEB/src/views/baseinfo/mtrldef/index.vue

+ 1 - 1
JLHWEB/src/views/baseinfo/mtrldef/index.vue

@@ -75,7 +75,7 @@ import { traverseNode } from "@/utils/index";
 const dwname = "web_mtrldeflist";
 const mainData = ref({});
 const mtrltype = ref({});
-const initParams = ref({ mtrltypeids: undefined as Number[] });
+const initParams = ref({ mtrltypeids: undefined as Number[], pricelistid: 0 });
 const tableProps = {
   height: "auto",
   editConfig: { trigger: "click", mode: "cell" }