rev:刻字满料请求/空框请求

This commit is contained in:
zhangzhiqiang
2023-06-27 08:42:41 +08:00
parent a92101cea6
commit 08608e45d8
30 changed files with 551 additions and 475 deletions

View File

@@ -324,16 +324,15 @@ export default {
// this.crud.toQuery()
},
methods: {
[CRUD.HOOK.afterRefresh]() {
crudTask.undo().then(res => {
this.undo = res
})
},
initClass1() {
const param = {
parent_class_code: 'task_type'
}
crudClassstandard.getClassType(param).then(res => {
console.log(res)
const data = res.content
this.buildTree(data)
this.classes1 = data
})
},
taskScheduler() {
crudTask.scheduler().then(res => {