|
|
@@ -30,7 +30,7 @@ export default defineComponent({
|
|
|
components: { Drawer, BtnList },
|
|
|
emits: ['cancel', 'update'],
|
|
|
props: {
|
|
|
- tableName: Object as PropType<keyof TableKey>,
|
|
|
+ tableName: String as PropType<keyof TableKey>,
|
|
|
selectedRow: {
|
|
|
type: Object as PropType<QueryWrTradeBargainApplyQsp & WrOrderDetail>,
|
|
|
default: {},
|