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,