Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mes-ui
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ximai
mes-ui
Commits
123ce1e7
Commit
123ce1e7
authored
Apr 01, 2024
by
chenzj
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复物料分类的同步的bug
parent
553f40d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
index.vue
src/views/mes/md/itemtype/index.vue
+6
-0
No files found.
src/views/mes/md/itemtype/index.vue
View file @
123ce1e7
...
...
@@ -37,6 +37,7 @@
</el-col>
<el-col
:span=
"1.5"
>
<el-button
:loading=
"syncLoading"
type=
"primary"
icon=
"el-icon-refresh"
size=
"mini"
...
...
@@ -184,6 +185,8 @@ export default {
isExpandAll
:
true
,
// 重新渲染表格状态
refreshTable
:
true
,
syncLoading
:
false
,
// 查询参数
queryParams
:
{
itemTypeName
:
undefined
,
...
...
@@ -298,11 +301,14 @@ export default {
},
/** 同步SAP */
handleSynchronism
()
{
this
.
syncLoading
=
true
;
this
.
reset
();
synItemType
().
then
(
res
=>
{
if
(
res
.
code
===
200
)
{
this
.
$modal
.
msgSuccess
(
"同步成功"
);
this
.
getList
();
}
this
.
syncLoading
=
false
;
});
},
/** 提交按钮 */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment