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