bug
This commit is contained in:
@@ -215,7 +215,7 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
getList () {
|
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) {
|
if (res.code == 0) {
|
||||||
this.list = res.data.records.map(v => {
|
this.list = res.data.records.map(v => {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user