|
@@ -149,7 +149,6 @@ export default {
|
|
|
: "",
|
|
|
};
|
|
|
this.table_search = data;
|
|
|
-
|
|
|
this.handleReset();
|
|
|
this.handleInit({ ...obj });
|
|
|
},
|
|
@@ -162,7 +161,7 @@ export default {
|
|
|
},
|
|
|
},
|
|
|
mounted() {
|
|
|
- this.handleInit({time:''});
|
|
|
+ this.handleInit({ time: "" });
|
|
|
},
|
|
|
};
|
|
|
</script>
|