bugfix 0704zentao

This commit is contained in:
lb
2023-07-05 11:18:08 +08:00
parent 0ec0e4bed0
commit f076e23a67
42 changed files with 127 additions and 95 deletions

View File

@@ -114,7 +114,7 @@ export default function () {
// label: "所属工厂",
// prop: "factoryId",
// fetchData: () => this.$http.get("/pms/factory/page", { params: { limit: 999, page: 1 } }),
// option: [],
// options: [],
// rules: { required: true, message: "必填项不能为空", trigger: "change" },
// },
// {