任务相关修改

This commit is contained in:
GaoHao
2024-12-21 10:54:39 +08:00
parent 896cf17599
commit defeede5d7
4 changed files with 6 additions and 9 deletions

View File

@@ -96,7 +96,7 @@
*/
getTaskdata() {
this.$Request.getT('app/taskCenter/selectTaskCenter', {}).then(res => {
this.$Request.getT('app/discSpinning/selectDiscSpinning', {}).then(res => {
if (res.code == 0 ) {
this.list = res.data
}