Compare commits
3 Commits
d03e6e2fbc
...
cf05038c0d
Author | SHA1 | Date |
---|---|---|
朱浩 | cf05038c0d | |
朱浩 | a72177d02e | |
朱浩 | 39f46a1709 |
|
@ -291,6 +291,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
addAiPPT(item) {
|
addAiPPT(item) {
|
||||||
this.currentFileList.unshift(item.resData)
|
this.currentFileList.unshift(item.resData)
|
||||||
|
KjListItem.methods.openFileWin(item.resData);
|
||||||
this.pptDialog = false
|
this.pptDialog = false
|
||||||
},
|
},
|
||||||
// test() {
|
// test() {
|
||||||
|
|
Loading…
Reference in New Issue