|
@@ -109,7 +109,7 @@
|
|
|
size="mini"
|
|
|
:loading="exportLoading"
|
|
|
@click="handleExport"
|
|
|
- v-hasPermi="['qw:sop:export']"
|
|
|
+ v-hasPermi="['qw:sop:myExport']"
|
|
|
>导出</el-button>
|
|
|
</el-col>
|
|
|
<el-col :span="1.5">
|
|
@@ -877,7 +877,7 @@ import {
|
|
|
updateAutoSopTime,
|
|
|
updateSop,
|
|
|
updateSopStatus,
|
|
|
- updateStatus
|
|
|
+ updateStatus, myExportSop
|
|
|
} from "@/api/qw/sop";
|
|
|
import {listSopTemp} from "@/api/qw/sopTemp";
|
|
|
import {getQwAllUserList, listUser} from '@/api/company/companyUser'
|
|
@@ -1610,7 +1610,7 @@ export default {
|
|
|
type: "warning"
|
|
|
}).then(() => {
|
|
|
this.exportLoading = true;
|
|
|
- return exportSop(queryParams);
|
|
|
+ return myExportSop(queryParams);
|
|
|
}).then(response => {
|
|
|
this.download(response.msg);
|
|
|
this.exportLoading = false;
|