Ver código fonte

Merge branch 'master' of http://1.14.104.71:10880/root/ylrz_his_scrm_adminUI

ct 4 semanas atrás
pai
commit
fe2c66f047
1 arquivos alterados com 1 adições e 1 exclusões
  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() {});
     },
     /** 导出按钮操作 */