|
|
@@ -336,7 +336,7 @@
|
|
|
<!-- v-hasPermi="['gxt:repairOrder:rating']"-->
|
|
|
<!-- ><i class="fa fa-star"></i>评分</el-button>-->
|
|
|
<el-button
|
|
|
- v-if="scope.row.workOrderStatus === 'completed'"
|
|
|
+ v-if="scope.row.workOrderStatus === 'completed' && scope.row.restartTime == null"
|
|
|
type="success"
|
|
|
link
|
|
|
@click="handleRestart(scope.row)"
|
|
|
@@ -2439,7 +2439,7 @@ const route = useRoute();
|
|
|
watch(() => route.query, (newQuery, oldQuery) => {
|
|
|
// 当路由查询参数发生变化时,重新解析参数
|
|
|
parseRouteParams(route);
|
|
|
-
|
|
|
+
|
|
|
// 重新获取列表数据
|
|
|
getList();
|
|
|
}, { deep: true });
|