校正字段传输
This commit is contained in:
@@ -73,7 +73,7 @@ export default {
|
||||
},
|
||||
submit() {
|
||||
this.$refs.form.validate().then(() => {
|
||||
const {appIconUrl} = this.form, {url, fileId} = appIconUrl.at(0) || {}
|
||||
const {appIconUrl} = this.form, {url, id:fileId} = appIconUrl.at(0) || {}
|
||||
this.instance.post("/app/appaiconfiginfo/addOrUpdate", {...this.form, appIconUrl: url, fileId}).then(res => {
|
||||
if (res?.code == '0') {
|
||||
this.$message.success("提交成功!")
|
||||
|
||||
Reference in New Issue
Block a user