update
This commit is contained in:
@@ -96,6 +96,7 @@ export default function () {
|
||||
prop: "bomId",
|
||||
options: [],
|
||||
refreshOptionsAfterConfirm: true,
|
||||
rules: { required: true, message: "必填项不能为空", trigger: "blur" },
|
||||
elparams: { clearable: true, filterable: true, placeholder: "请选择配方" },
|
||||
fetchData: (techId = -1) => this.$http.get("/pms/bom/listUnR", { params: { wsId: 3, externalCode: '', key: '', techId } }),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user