LOAD忘记加载班次
This commit is contained in:
parent
eb59c1d107
commit
938e402d4d
@ -260,6 +260,7 @@
|
||||
.SUPPLIES_STATUS_SHOW = "正常";
|
||||
this.model.SUPPLIES_USED == 0 ? this.SUPPLIES_USED_SHOW = "否" : this
|
||||
.SUPPLIES_USED_SHOW = "是";
|
||||
this.model.Nav_Class = {NAME:''}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@ -286,6 +287,7 @@
|
||||
}
|
||||
extendInclude(json, "Nav_Files.Nav_ImgFile")
|
||||
extendInclude(json, "Nav_Users.Nav_User")
|
||||
extendInclude(json, "Nav_Class")
|
||||
extendRule(json, 'ID', 1, this.model.ID)
|
||||
getRequest(json, "/FO/CurrentClassRecord/Get").then(res => {
|
||||
this.model = res;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user