|
@@ -397,6 +397,15 @@ export default {
|
|
|
this.total = res.data.totalElements;
|
|
|
}
|
|
|
);
|
|
|
+ },
|
|
|
+ handleSelectionChangeForUser(){
|
|
|
+
|
|
|
+ },
|
|
|
+ handleSelectionChangeForTypeTask(){
|
|
|
+
|
|
|
+ },
|
|
|
+ handleSizeChangeForTestRight(){
|
|
|
+
|
|
|
},
|
|
|
// 历史计划分页切换
|
|
|
planCurrentChangeHandle(i) {
|
|
@@ -412,6 +421,7 @@ export default {
|
|
|
this.loadData();
|
|
|
},
|
|
|
statusFormat(row) {
|
|
|
+ console.log(this.options)
|
|
|
return this.options[row.status].label;
|
|
|
},
|
|
|
sexFormat(row) {
|