|
@@ -141,7 +141,7 @@
|
|
|
icon="el-icon-refresh-right"
|
|
|
v-if="scope.row.is_end === 1"
|
|
|
@click="handleReopen(scope.row)"
|
|
|
- >重开</el-button
|
|
|
+ >重新发起</el-button
|
|
|
>
|
|
|
<el-button
|
|
|
v-if="scope.row.is_end === 0"
|
|
@@ -218,7 +218,7 @@ export default {
|
|
|
console.log(this.listQuery);
|
|
|
workOrderList({
|
|
|
...this.listQuery,
|
|
|
- search: this.listQuery.search ? this.listQuery.search.join(" ") : '',
|
|
|
+ search: this.listQuery.search ? this.listQuery.search.join(" ") : "",
|
|
|
}).then((response) => {
|
|
|
this.ticketList = response.data.data;
|
|
|
this.queryParams.pageIndex = response.data.page;
|