虚拟清单创建人接口提交

This commit is contained in:
zer0Black
2022-06-18 16:18:12 +08:00
parent d36055e2ac
commit 873a776f10
5 changed files with 53 additions and 4 deletions
+2 -2
View File
@@ -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) {