| | |
| | | <script> |
| | | |
| | | import Popup from "./Popup"; |
| | | import { comprehensive_selectFiles } from '../../api/api.js' |
| | | import { comprehensive_selectFiles, comprehensive_selectModelByGuid } from '../../api/api.js' |
| | | import { getToken } from "@/utils/auth"; |
| | | |
| | | export default { |
| | |
| | | !isCloseBtn && this.$refs.pop.close(); |
| | | }, |
| | | // 打开弹窗 |
| | | open() { |
| | | async open() { |
| | | |
| | | this.close(true); |
| | | |
| | | this.$refs.pop.open(); |
| | | this.title = this.$store.state.catModelInfo.name; |
| | | |
| | | this.formInline = this.$store.state.catModelInfo; |
| | | |
| | | }, |
| | | |
| | | // changeToken(token) { |
| | | // this.mapCollection.tokne = token; |
| | | // }, |