소스 검색

备注对应

lizhuang 5 년 전
부모
커밋
4f7354a950
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/components/todayStrategy.vue

+ 2 - 0
src/components/todayStrategy.vue

@@ -130,7 +130,9 @@ export default {
             })
         },
         handleClick(row) {
+            console.log(row)
             this.row = row
+            this.remarks = row.remarks
             this.dialogVisible = true
         },
         saveCommand(row) {