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

1

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