This commit is contained in:
2023-12-28 02:11:23 +08:00
parent a877721a8b
commit a479cb17b9
2 changed files with 58 additions and 25 deletions

View File

@@ -394,11 +394,11 @@ export default {
name: this.form.name,
weigh: this.form.weigh,
icon:this.form.icon,
cate_id:this.form.cate_id,
cateId:this.form.cate_id,
status: this.form.status,
need_login: this.form.need_login,
is_need_agent:this.form.is_need_agent,
userId: this.form.userId,
isNeedAgent:this.form.is_need_agent,
url: this.form.url,
desc: this.form.desc,
}
}).then(function (res) {