Compare commits
No commits in common. "a5ca30b13fd148bd4fd7d9a86b1d98952ae80d9b" and "0a1dfa7cfc223e04edf0a3be684ee6ea0de29aa7" have entirely different histories.
a5ca30b13f
...
0a1dfa7cfc
@ -259,8 +259,7 @@
|
||||
this.model.SUPPLIES_STATUS == 0 ? this.SUPPLIES_STATUS_SHOW = "正常" : this
|
||||
.SUPPLIES_STATUS_SHOW = "正常";
|
||||
this.model.SUPPLIES_USED == 0 ? this.SUPPLIES_USED_SHOW = "否" : this
|
||||
.SUPPLIES_USED_SHOW = "是";
|
||||
this.model.Nav_Class = {NAME:''}
|
||||
.SUPPLIES_USED_SHOW = "是";
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
@ -286,8 +285,7 @@
|
||||
this.listPropValUpload.push(this.model.ID)
|
||||
}
|
||||
extendInclude(json, "Nav_Files.Nav_ImgFile")
|
||||
extendInclude(json, "Nav_Users.Nav_User")
|
||||
extendInclude(json, "Nav_Class")
|
||||
extendInclude(json, "Nav_Users.Nav_User")
|
||||
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