BUG 28477

This commit is contained in:
aixianling
2022-03-22 21:38:12 +08:00
parent 0b0bd5729c
commit 99be5be77d

View File

@@ -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("授权成功!")