rev:刻字满料请求/空框请求
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user