会员项目成员修改

This commit is contained in:
fengachen
2021-08-31 15:06:09 +08:00
parent 600b4408c4
commit c7a8f3483a
@@ -240,7 +240,6 @@ export default {
this.form.validateFields((err, values) => {
if (!err) {
let httpurl = ''
let method = ''
if (!this.model.id) {
httpurl += this.url.add
} else {