ソースを参照

修复物料资料报错

MY 5 ヶ月 前
コミット
4874a85ea4
1 ファイル変更1 行追加1 行削除
  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" }