Commit 39648364 by 史敦盼

注释

1 parent f02083fd
Showing with 2 additions and 2 deletions
...@@ -109,7 +109,7 @@ import TableConfig from '@/components/TableConfig.vue' ...@@ -109,7 +109,7 @@ import TableConfig from '@/components/TableConfig.vue'
import { queryConceptualReview } from '@/api/interface' import { queryConceptualReview } from '@/api/interface'
import { archiPrjReviewEnum } from '@/utils/dictionary' import { archiPrjReviewEnum } from '@/utils/dictionary'
import { str } from './base64' // import { str } from './base64'
export default { export default {
name: 'conceptualReview', name: 'conceptualReview',
data() { data() {
...@@ -313,7 +313,7 @@ export default { ...@@ -313,7 +313,7 @@ export default {
// prjId: 0, // prjId: 0,
// reviewEnum: '', // reviewEnum: '',
} }
this.src = 'data:image/png;base64,' + str // this.src = 'data:image/png;base64,' + str
// getWordImg(params).then((res) => { // getWordImg(params).then((res) => {
// // this.src = this.decrypt( // // this.src = this.decrypt(
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!