parent
d3ef2ada45
commit
edcfbd9553
|
@ -360,25 +360,26 @@ export default {
|
|||
},
|
||||
// 重置
|
||||
goKeyReset() {
|
||||
this.KEYWORDS = ''
|
||||
this.STATE = ''
|
||||
this.SOURCE = ''
|
||||
this.RECTIFICATIONORNAME = ''
|
||||
this.HIDDENFIND_NAME = ''
|
||||
this.CHECKNAME = ''
|
||||
this.confirmUserName = ''
|
||||
this.keyFindUserDept = ''
|
||||
this.keyHiddenPart = ''
|
||||
this.DEPARTMENT_ID = ''
|
||||
this.dates = []
|
||||
this.DISPOSESTATE = ''
|
||||
this.ISQUALIFIED = ''
|
||||
this.$refs.deptTree_Select3.clearHandle()
|
||||
this.$refs.deptTree_Select.clearHandle()
|
||||
this.$refs.hlTree_Select.clearHandle()
|
||||
this.HIDDENLEVEL = ''
|
||||
this.$refs.hiddenPart_Select.clearHandle()
|
||||
this.getQuery()
|
||||
// this.KEYWORDS = ''
|
||||
// this.STATE = ''
|
||||
// this.SOURCE = ''
|
||||
// this.RECTIFICATIONORNAME = ''
|
||||
// this.HIDDENFIND_NAME = ''
|
||||
// this.CHECKNAME = ''
|
||||
// this.confirmUserName = ''
|
||||
// this.keyFindUserDept = ''
|
||||
// this.keyHiddenPart = ''
|
||||
// this.DEPARTMENT_ID = ''
|
||||
// this.dates = []
|
||||
// this.DISPOSESTATE = ''
|
||||
// this.ISQUALIFIED = ''
|
||||
// this.$refs.deptTree_Select3.clearHandle()
|
||||
// this.$refs.deptTree_Select.clearHandle()
|
||||
// this.$refs.hlTree_Select.clearHandle()
|
||||
// this.HIDDENLEVEL = ''
|
||||
// this.$refs.hiddenPart_Select.clearHandle()
|
||||
this.$refs.multipleTable.clearSelection()
|
||||
this.getList()
|
||||
},
|
||||
// 获得部门树
|
||||
getTreeData1() {
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<td colspan="5">{{ pd.JOB_CONTENT }}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="tbg" rowspan="2">现场负责人</td>
|
||||
<td class="tbg" rowspan="2">现场管辖人</td>
|
||||
<td>姓名:{{ pd.SITE_LEADER_NAME }}</td>
|
||||
<td class="tbg" rowspan="2">动火操作人</td>
|
||||
<td rowspan="2">{{ pd.HOT_WORK_OPERATOR_NAME }}</td>
|
||||
|
|
Loading…
Reference in New Issue