虚拟清单创建人接口提交
This commit is contained in:
@@ -105,12 +105,12 @@
|
||||
return
|
||||
}
|
||||
let query = {
|
||||
id: this.tableKey,
|
||||
ids: this.tableKey,
|
||||
createBy: this.userName.join(',')
|
||||
}
|
||||
this.submitLoading = true
|
||||
this.confirmLoading = true
|
||||
postAction('/dummy/dummyInventoryBaseEO/edit', query).then((res) => {
|
||||
postAction('/dummy/dummyInventoryBaseEO/setCreater', query).then((res) => {
|
||||
this.confirmLoading = false
|
||||
this.submitLoading = false
|
||||
if (res.success) {
|
||||
|
||||
Reference in New Issue
Block a user