BUG 28477
This commit is contained in:
@@ -271,6 +271,8 @@ export default {
|
||||
this.form = JSON.parse(JSON.stringify(row))
|
||||
},
|
||||
handleAuth() {
|
||||
let {operators} = this.form
|
||||
this.form.operators = operators.map(id => ({id}))
|
||||
this.instance.post(`/app/appvillagerintegralshop/addOrUpdate`, this.form).then((res) => {
|
||||
if (res?.code == 0) {
|
||||
this.$message.success("授权成功!")
|
||||
|
||||
Reference in New Issue
Block a user