Commit d4afcc5c authored by limengyang's avatar limengyang

Merge branch 'feature/jiraTML-8554/hd' of http://119.78.67.12/git/root/ops_2024_vue into lmy

parents e7607d8e 708722cb
...@@ -406,7 +406,7 @@ ...@@ -406,7 +406,7 @@
message.success('批量导入成功'); message.success('批量导入成功');
importCancel(); importCancel();
} else { } else {
message.error(res.data.message); message.error(res.data.data);
} }
importLoading.value = false; importLoading.value = false;
}; };
......
...@@ -72,6 +72,7 @@ module.exports = { ...@@ -72,6 +72,7 @@ module.exports = {
overrides: [ overrides: [
{ {
files: ['*.vue', '**/*.vue', '*.html', '**/*.html'], files: ['*.vue', '**/*.vue', '*.html', '**/*.html'],
customSyntax: 'postcss-html',
extends: ['stylelint-config-recommended', 'stylelint-config-html'], extends: ['stylelint-config-recommended', 'stylelint-config-html'],
rules: { rules: {
'keyframes-name-pattern': null, 'keyframes-name-pattern': null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment