Commit 47b58111 by caoyanzhi

update: 奥莱抵金券

parent c512d15c
......@@ -536,6 +536,8 @@ export default {
importCostStore(formData)
.then(res => {
const { importId, importCount, importSuccessCount, importDuplicateCount, costStoreList } = res.result;
if (res.errorCode != 0) return;
this.storeUuid = '';
this.importCost.costStoreList = costStoreList;
if (importCount == importSuccessCount) {
this.$message.success(`${importSuccessCount}条数据上传成功`);
......
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