修复异常
This commit is contained in:
@@ -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('提交成功')
|
||||
|
||||
Reference in New Issue
Block a user