|
@@ -280,7 +280,7 @@ import quotation from '../modules/quotation.vue' // 报价单
|
|
|
import QRCode from 'qrcode'
|
|
import QRCode from 'qrcode'
|
|
|
|
|
|
|
|
const props = defineProps({
|
|
const props = defineProps({
|
|
|
- mySalesmanType: {
|
|
|
|
|
|
|
+ salesmanType: {
|
|
|
type: String,
|
|
type: String,
|
|
|
}
|
|
}
|
|
|
})
|
|
})
|
|
@@ -515,7 +515,7 @@ const initData = () => {
|
|
|
pages: pages.value,
|
|
pages: pages.value,
|
|
|
size: size.value,
|
|
size: size.value,
|
|
|
...params,
|
|
...params,
|
|
|
- mySalesmanType: props.mySalesmanType,
|
|
|
|
|
|
|
+ salesmanType: props.salesmanType,
|
|
|
startDate: range.value?.[0],
|
|
startDate: range.value?.[0],
|
|
|
endDate: range.value?.[1],
|
|
endDate: range.value?.[1],
|
|
|
startSigningTime: signingTime.value?.[0],//开始核保时间
|
|
startSigningTime: signingTime.value?.[0],//开始核保时间
|