update 0625 配方详情

Este commit está contenido en:
lb
2023-06-27 10:22:53 +08:00
padre 4bd828b151
commit 02f7578179
Se han modificado 4 ficheros con 11 adiciones y 4 borrados

Ver fichero

@@ -174,6 +174,7 @@ export default function () {
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
elparams: { placeholder: "请选择物料", filterable: true },
options: [],
customLabel: 'description',
fetchData: () => this.$http.get("/pms/material/page", { params: { limit: 999, page: 1 } }),
},
],