Commit 5c58dbb1 authored by 15008242619's avatar 15008242619 Committed by jingnan

领用出库新增紧急领用

parent 1e7a792f
...@@ -45,15 +45,15 @@ ...@@ -45,15 +45,15 @@
import { post } from '@/utils/http' import { post } from '@/utils/http'
export default { export default {
name: 'OutStorageUseApply', name: 'OutStorageUseApply',
components: {}, components: {},
props: { props: {
selectData: { selectData: {
type: Object, type: Object,
default: () => {} default: () => {}
} }
}, },
data() { data() {
return { return {
dialogVisible: false, dialogVisible: false,
setPersonVisible: false, setPersonVisible: false,
...@@ -84,10 +84,10 @@ export default { ...@@ -84,10 +84,10 @@ export default {
] ]
} }
} }
}, },
computed: {}, computed: {},
watch: {}, watch: {},
created() { created() {
const httpParams = { const httpParams = {
'pageFrom': 1, 'pageFrom': 1,
'pageSize': 9999, 'pageSize': 9999,
...@@ -141,14 +141,14 @@ export default { ...@@ -141,14 +141,14 @@ export default {
}).catch((err) => { }).catch((err) => {
console.log(err) console.log(err)
}) })
}, },
mounted() { mounted() {
this.$bus.$on('cancelAndRefresh', (data) => { this.$bus.$on('cancelAndRefresh', (data) => {
this.$refs.applyTable && this.$refs.applyTable.$refs.asCom.getData() this.$refs.applyTable && this.$refs.applyTable.$refs.asCom.getData()
}) })
}, },
// 组件方法 // 组件方法
methods: { methods: {
tableToolHandler(e) { tableToolHandler(e) {
console.log(e.key.btnValue) console.log(e.key.btnValue)
if (e.key.btnValue === 'useApply') { if (e.key.btnValue === 'useApply') {
...@@ -216,7 +216,7 @@ export default { ...@@ -216,7 +216,7 @@ export default {
selectionChange(val) { selectionChange(val) {
this.selectionRows = val this.selectionRows = val
} }
} }
} }
</script> </script>
......
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