|
|
|
|
@ -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'){
|
|
|
|
|
|