|
@@ -338,7 +338,7 @@ export default {
|
|
|
|
|
|
// 导入模板
|
|
|
exportModule() {
|
|
|
- api.exportOperationModule().then(res => {
|
|
|
+ api.exportOperationModule({type:6}).then(res => {
|
|
|
if (res.status === 200) {
|
|
|
setTimeout(() => {
|
|
|
utils.downloadExportedData(res.data, '手术/操作导入模板.xls');
|