|
@@ -115,6 +115,7 @@ export default {
|
|
this.tableData.time = [];
|
|
this.tableData.time = [];
|
|
this.tableData.data1 = [];
|
|
this.tableData.data1 = [];
|
|
this.tableData.data2 = [];
|
|
this.tableData.data2 = [];
|
|
|
|
+ this.tableList = [];
|
|
if (data.fttp === 0) {
|
|
if (data.fttp === 0) {
|
|
this.action = 6;
|
|
this.action = 6;
|
|
} else if (data.fttp === 1) {
|
|
} else if (data.fttp === 1) {
|