修复异常

This commit is contained in:
aixianling
2022-03-17 19:14:56 +08:00
parent 85b63fa632
commit 4d34feccf5

View File

@@ -190,7 +190,6 @@ export default {
selectName: '', selectName: '',
selectList: [], selectList: [],
selectShow: false, selectShow: false,
id: ''
} }
}, },
computed: { computed: {
@@ -438,8 +437,7 @@ export default {
if (!isValid) return if (!isValid) return
this.$http.post(`/app/appapplicationinfo/addOrUpdate?appId=${this.appId}`, { this.$http.post(`/app/appapplicationinfo/addOrUpdate?appId=${this.appId}`, {
...form, ...form
id: this.id || ''
}).then(res => { }).then(res => {
if (res?.code == 0) { if (res?.code == 0) {
this.$u.toast('提交成功') this.$u.toast('提交成功')