|
@@ -105,7 +105,7 @@ export default {
|
|
|
base (record) {
|
|
|
this.visible = true
|
|
|
this.model = record
|
|
|
- this.nodeMap = DictCache.getChildrenList(DictCache.TYPE.PREPARATION_NODE).filter(item => this.model.nodeNum > item.value)
|
|
|
+ this.nodeMap = DictCache.getChildrenList(DictCache.TYPE.PREPARATION_NODE).filter(item => this.model.nodeNum >= item.value)
|
|
|
console.log(this.nodeMap)
|
|
|
if (record.status === DictCache.VALUE.REPAIR_PREPARATION_STATUS.NOT_ALLOCATED) {
|
|
|
this.modalTitle = '申请部门主管审核'
|
|
@@ -149,6 +149,7 @@ export default {
|
|
|
this.visible = false
|
|
|
this.confirmLoading = false
|
|
|
this.verifyStatus = 1
|
|
|
+ this.verifyRemark = '通过'
|
|
|
this.form.resetFields()
|
|
|
if (this.BaseTool.Object.isNotBlank(values)) {
|
|
|
this.$emit('ok')
|