bug
This commit is contained in:
@@ -215,7 +215,7 @@
|
||||
},
|
||||
|
||||
getList () {
|
||||
this.instance.post(`/app/appassessmentscoretemplate/list?size=1000`).then(res => {
|
||||
this.instance.post(`/app/appassessmentscoretemplate/list?size=1000&status=1`).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.list = res.data.records.map(v => {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user