소스 검색

temp save

liujq 4 년 전
부모
커밋
9d6473af42

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/css/chunk-4d01b1d5.d0591c59.css


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.09bb7d95.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/chunk-4d01b1d5.c57a7e1f.js


+ 1 - 0
src/views/qa/components/popup/QAEdit.vue

@@ -53,6 +53,7 @@ export default {
         { label: '问题', key: 'question_cont', type: 'textarea', rules: 1 },
         { label: '答案', key: 'answer_cont', type: 'textarea', rules: 1 },
       ]
+      this.setDefaultValue(this.curObj)
     },
     close(str) {
       if (str === 'confirm') {

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.