This commit is contained in:
xiaozhiyong
2023-02-20 10:45:44 +08:00
parent a4a912ff5f
commit 492e3c3748
7 changed files with 85 additions and 26 deletions

View File

@@ -224,8 +224,9 @@ export default {
},
configAutocomplete: {
serveTarget: refineryInfoServe.findByEntity,
autocomplateKey: "refineryName",
valueKey: "refineryName",
autocompleteKey: "refineryName",
labelKey: "refineryName",
valueKey: "id",
placeholder: "炼厂名称",
querykey: "refineryId",
},