|
@@ -934,6 +934,8 @@ export default {
|
|
this.reset()
|
|
this.reset()
|
|
this.open = true
|
|
this.open = true
|
|
this.title = '添加作业费'
|
|
this.title = '添加作业费'
|
|
|
|
+ this.form.fTaskType = '1'
|
|
|
|
+ this.form.fDc = "D"
|
|
queryUserVal().then((response) => {
|
|
queryUserVal().then((response) => {
|
|
this.deptName = response.dept.deptName
|
|
this.deptName = response.dept.deptName
|
|
this.form.fDeptid = response.dept.deptId
|
|
this.form.fDeptid = response.dept.deptId
|