增加在线管理模块
This commit is contained in:
@@ -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
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user