feat: worktask修改引入文件
This commit is contained in:
parent
dce7e72d8f
commit
176ad3e233
|
|
@ -532,7 +532,7 @@
|
|||
</el-container>
|
||||
</template>
|
||||
<script>
|
||||
import { generateExcel } from "@/utils/exportExcel.js";
|
||||
import { dataToExcel } from "@/utils/exportExcel.js";
|
||||
import saveDialog from "./worktask_form.vue";
|
||||
import handoverDialog from "./handover_form.vue";
|
||||
import GanttComponent from "@/components/GanttComponent.vue";
|
||||
|
|
@ -880,7 +880,7 @@ export default {
|
|||
// handleQuery() {
|
||||
// // this.$refs.table.queryData(this.query)
|
||||
// debugger;
|
||||
// generateExcel(this.columns, this.flogsData, '测试')
|
||||
// dataToExcel(this.columns, this.flogsData, '测试')
|
||||
// },
|
||||
resetQuery() {
|
||||
this.query = {};
|
||||
|
|
|
|||
Loading…
Reference in New Issue