增加在线管理模块

This commit is contained in:
aixianling
2022-10-31 10:08:40 +08:00
parent 3e393880b1
commit d11670366d
2 changed files with 61 additions and 2 deletions

View File

@@ -113,7 +113,7 @@ export default {
pureBack: true,
params: {id}
}).then((res) => {
if (res?.data) {
if (res?.data&&res?.code=='0') {
this.form = res.data
}
})
@@ -125,7 +125,7 @@ export default {
pureBack: true,
params: {organizationId}
}).then((res) => {
if (res?.data) {
if (res?.data&&res?.code=='0') {
this.form = res.data
}
})