Commit 49689c91 authored by 黄奎's avatar 黄奎

1

parent 32b9041d
...@@ -1333,7 +1333,6 @@ ...@@ -1333,7 +1333,6 @@
delShoppingStore(ID) { delShoppingStore(ID) {
var that = this; var that = this;
this.Confirm(that.$t('objFill.v101.shifscscjbnhfu'), function () { this.Confirm(that.$t('objFill.v101.shifscscjbnhfu'), function () {
that.Success(this.$t('objFill.v101.hote.shanchucg'));
var msg = { var msg = {
ID: ID ID: ID
}; };
...@@ -1342,6 +1341,7 @@ ...@@ -1342,6 +1341,7 @@
msg, msg,
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.Success(that.$t('objFill.v101.hote.shanchucg'));
that.getList(); that.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