|
|
@@ -26,8 +26,13 @@ export const getWorkLocationList = () => {
|
|
|
|
|
|
// AI问题类型(issueMainType-issueType)
|
|
|
export const getAIMainList = () => {
|
|
|
- return http.request({
|
|
|
- url: '/issue/getIssueSubTypeList',
|
|
|
- method: 'get',
|
|
|
- });
|
|
|
+ return http.request(
|
|
|
+ {
|
|
|
+ url: '/issue/getIssueSubTypeList',
|
|
|
+ method: 'get',
|
|
|
+ },
|
|
|
+ {
|
|
|
+ isShowErrorMessage: false,
|
|
|
+ },
|
|
|
+ );
|
|
|
};
|