Compare commits
No commits in common. "a72177d02e0e31910add8d5660b2da24fd1080a2" and "770a847e91659b56c421e933d03ad550fc93efd0" have entirely different histories.
a72177d02e
...
770a847e91
|
@ -291,7 +291,6 @@ 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