Commit 6b98d008 authored by 沈翠玲's avatar 沈翠玲

Merge branch 'dev' of http://git.local.topsunit.com/ximai/mes-ui into dev

parents 7e43dd49 04b5ca43
...@@ -437,6 +437,7 @@ export default { ...@@ -437,6 +437,7 @@ export default {
}, },
handleSyncData() { handleSyncData() {
syncData().then((response) => { syncData().then((response) => {
this.$modal.msgSuccess(response.msg);
this.getList() this.getList()
}); });
}, },
......
...@@ -402,6 +402,7 @@ export default { ...@@ -402,6 +402,7 @@ export default {
}, },
handleSyncData() { handleSyncData() {
syncData().then((response) => { syncData().then((response) => {
this.$modal.msgSuccess(response.msg);
this.getList() this.getList()
}); });
}, },
......
...@@ -458,6 +458,7 @@ export default { ...@@ -458,6 +458,7 @@ export default {
methods: { methods: {
handleSyncData() { handleSyncData() {
syncData().then((response) => { syncData().then((response) => {
this.$modal.msgSuccess(response.msg);
this.getList() this.getList()
}); });
}, },
......
...@@ -701,6 +701,7 @@ export default { ...@@ -701,6 +701,7 @@ export default {
methods: { methods: {
handleSyncData() { handleSyncData() {
syncData().then((response) => { syncData().then((response) => {
this.$modal.msgSuccess(response.msg);
this.getList() this.getList()
}); });
}, },
......
...@@ -236,6 +236,7 @@ export default { ...@@ -236,6 +236,7 @@ export default {
methods: { methods: {
handleSyncData() { handleSyncData() {
syncData().then((response) => { syncData().then((response) => {
this.$modal.msgSuccess(response.msg);
this.getList() this.getList()
}); });
}, },
......
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