This commit is contained in:
yanran200730
2022-10-26 10:35:43 +08:00
parent 1d4e69460a
commit 0f8859cf3c

View File

@@ -221,7 +221,7 @@
this.instance.post(`/app/appassessmentscortask/stopTaskTemplate?id=${id}`).then(res => {
if (res.code == 0) {
this.$message.success(`停用成功!`)
this.getList()
this.getInfo()
}
})
})