Commit c185ac7e authored by 15008242619's avatar 15008242619

单架次指令标识查询条件修改(暂不与main合并)

parent 0dc54e03
......@@ -107,6 +107,7 @@ export default {
label: row.serialNumber
}
})
this.postionList.push({ value: '全部', label: '全部' })
this.$set(this.form, 'postion', this.postionList[0].value)
this.$set(this.form, 'postionName', this.postionList[0].label)
this.$bus.$emit('getTableData', this.form)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment