修复异常

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