fix: 代码格式
This commit is contained in:
parent
a2c6c35afb
commit
9f4b9b5ebf
|
@ -1 +1 @@
|
|||
Subproject commit 9925f59ecdaed93a4365d83f8473d6788a233c4b
|
||||
Subproject commit 2cd34f2f9588672a8c3a3f6c4a74bcbdcad49ac8
|
|
@ -288,7 +288,9 @@ export default {
|
|||
return idType.split("+")[1];
|
||||
},
|
||||
getResource(idType, index) {
|
||||
if (!idType) return;
|
||||
if (!idType) {
|
||||
return;
|
||||
}
|
||||
let id = idType.split("+")[0];
|
||||
let type = idType.split("+")[1];
|
||||
this.result = this.$get('/organization/list/resource/' + id + "/" + type, res => {
|
||||
|
|
Loading…
Reference in New Issue