|
@@ -91,13 +91,13 @@ export default {
|
|
|
},
|
|
|
// 详情
|
|
|
detail(row) {
|
|
|
- this.$emit("click", row, 'infoto');
|
|
|
+ this.$emit("click", row, 'infoto',true);
|
|
|
},
|
|
|
fly(row) {
|
|
|
- this.$emit("click", row, 'fly');
|
|
|
+ this.$emit("click", row, 'fly',true);
|
|
|
},
|
|
|
graph(row) {
|
|
|
- this.$emit("graph", row,);
|
|
|
+ this.$emit("graph", row,true);
|
|
|
},
|
|
|
revoke(row) {
|
|
|
if (row.state == 1) this.$refs.addEdtModal.Init("withdraw", row);
|