lilei 1 月之前
父节点
当前提交
84f79d9031
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/salesManagement/salesQueryNew/comps/productActiveList.vue

+ 1 - 1
src/views/salesManagement/salesQueryNew/comps/productActiveList.vue

@@ -723,7 +723,7 @@ export default {
         this.isInster = false
         if (res.status == 200) {
           if (res.data && res.data.length) {
-            const tipInfo = res.data.map((item, i) => { return <p>{item},无法添加!</p> })
+            const tipInfo = res.data
             this.$info({
               title: '提示',
               content: tipInfo,