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