|
@ -84,7 +84,7 @@ |
|
|
import { message } from 'ant-design-vue'; |
|
|
import { message } from 'ant-design-vue'; |
|
|
import { getInfo, delaySubmit } from './api'; |
|
|
import { getInfo, delaySubmit } from './api'; |
|
|
export default { |
|
|
export default { |
|
|
setup() { |
|
|
setup(props,{emit}) { |
|
|
const title = ref('审核'); |
|
|
const title = ref('审核'); |
|
|
const visible = ref(false); |
|
|
const visible = ref(false); |
|
|
const form = reactive({ |
|
|
const form = reactive({ |
|
|