|
@@ -163,7 +163,10 @@ const params = reactive({
|
|
});
|
|
});
|
|
|
|
|
|
const exportFile = () => {
|
|
const exportFile = () => {
|
|
- exportWorkApi(params).then(() => {
|
|
+ exportWorkApi({
|
|
|
|
+ serviceId: params.serviceId,
|
|
|
|
+ type: params.type,
|
|
|
|
+ }).then(() => {
|
|
MessagePlugin.success('导出成功');
|
|
MessagePlugin.success('导出成功');
|
|
});
|
|
});
|
|
};
|
|
};
|