This commit is contained in:
xiaozhiyong
2023-03-01 16:42:56 +08:00
parent f9687b9e0f
commit 10058dcc5d
3 changed files with 5 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ const save = (params) => {
};
// 修改
const update = (params) => {
return request.postPut(
return request.putJson(
"/oil-finance/oilCompanyAccountReverse/update",
params
);

View File

@@ -1,6 +1,5 @@
module.exports = {
title: 'Vue Admin Template',
title: "油批客户管理系统",
/**
* @type {boolean} true | false
@@ -12,5 +11,5 @@ module.exports = {
* @type {boolean} true | false
* @description Whether show the logo in sidebar
*/
sidebarLogo: false
}
sidebarLogo: false,
};

View File

@@ -184,7 +184,7 @@ export default {
],
configAutocomplete: {
serveTarget: serve.findByEntity,
autocompleteKey: "name",
autocompleteKey: "refineryName",
valueKey: "refineryName",
placeholder: "炼厂名称",
querykey: "refineryId",