加工进度修改

This commit is contained in:
zhangdingyu
2018-12-06 17:08:03 +08:00
parent 4d10a5d56e
commit 8437cf2a81

View File

@@ -609,7 +609,7 @@ export default {
this.form.完成时间 = ''
this.form.人员 = ''
this.form.考勤编号 = ''
if (this.worker[index][a] !== '请选择') {
if (this.worker[index][a] !== '超级管理员') {
this.midd = 1
this.form.人员 = this.worker[index][a]
}