Преглед изворни кода

1.修改批量复制成功提示

jzp пре 4 недеља
родитељ
комит
088234525a
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/hisStore/storeProduct/index.vue

+ 1 - 1
src/views/hisStore/storeProduct/index.vue

@@ -1681,7 +1681,7 @@ export default {
         return bulkCopy(productIds);
       }).then(() => {
         this.getList();
-        this.msgSuccess("删除成功");
+        this.msgSuccess("复制成功");
       }).catch(function() {});
     },
     /** 导出按钮操作 */