任务记录

master
wanglei 1 year ago
parent db545935d8
commit e5b06fd11b

@ -604,7 +604,7 @@
},
form: {},
//
percentage: 0,
percentage: null,
//
xgtp:{
title: null,
@ -682,7 +682,7 @@
},
/** 修改按钮操作 */
handleUpdate(row) {
this.percentage = 0;
this.percentage = null;
getTask(row.id).then(response => {
this.form = response.data;
if(this.form.status==='2'){

Loading…
Cancel
Save