上传设置代码备份

pro
1178634255 2 years ago
parent 636aaae031
commit 9988521e9f

@ -19,7 +19,7 @@ export function saveConfig(data) {
//编辑
export function updateConfig(data) {
return axios({
url: "/udiwms/bussinessType/update",
url: "/system/third/syncData/update",
method: "post",
data: data
});

@ -192,8 +192,6 @@
:close-on-press-escape="false"
v-if="addBusDialogVisible"
>
<div style="float: right;margin-bottom: 10px;margin-right: 25px">
<el-button type="primary" size="small" @click="addBusType()"></el-button>
</div>
@ -267,6 +265,7 @@ export default {
checkSp: null,
checkChange: null,
checkBalacne: null,
orderSources: [],
busTypes: []
},
checkedBusTypes: [],
@ -323,8 +322,10 @@ export default {
this.inputQuery = row;
},
//
// !!!!!
onModifySubmit() {
// this.$message.error(this.inputQuery.configQuery.orderSources);
//
updateConfig(this.inputQuery)
.then((response) => {
if (response.code == 20000) {

Loading…
Cancel
Save