|
@@ -69,10 +69,10 @@ name: "edit",
|
|
|
this.$refs['form'].validate(async (valid) => {
|
|
this.$refs['form'].validate(async (valid) => {
|
|
|
if (!valid) return false
|
|
if (!valid) return false
|
|
|
const res = await this.$api.requested({
|
|
const res = await this.$api.requested({
|
|
|
- "id": "20220922085003",
|
|
|
|
|
|
|
+ "id": "20220922085004",
|
|
|
"version": 1,
|
|
"version": 1,
|
|
|
"content": {
|
|
"content": {
|
|
|
- "sa_brandid": this.form.sa_brandid,
|
|
|
|
|
|
|
+ "sa_brand_bgjid": this.form.sa_brand_bgjid,
|
|
|
"brandname": this.form.brandname
|
|
"brandname": this.form.brandname
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|