Commit d3e00ab4 by gao_yingdong

采集

parent 91dbb5bd
......@@ -197,6 +197,7 @@
</template>
<script>
import { getApproveUsers, saveSpxx } from "@/api/brainPhoto.js";
import secret from "@/utils/secret";
import base from "@/api/base";
import rightContent from "@c/ptCxForm_components.vue";
// import SearchGraph from "@c/searchRight.vue";
......@@ -726,15 +727,18 @@ export default {
// JSON.stringify(JSON.parse(sessionStorage.getItem("userInfo")))
// )
// );
// let path = `${this.$baseUrl.alyIP14}/#/jump?token=${base}&path=/addajjbxx&asjbh=${scope.row.asjbh}`;
// let path = `http://74.6.54.169:8003/#/jump?token=${base}&path=/addajjbxx&asjbh=${scope.row.asjbh}`;
// debugger;
let path =
"http://74.6.54.169:8003" + "/toAddAsjxx?asjbh=" + scope.row.asjbh;
window.open(path, "_blank");
// window.open(path, "_blank");
this.$router.pushToTab({
path: "addajjbxx",
query: {
asjbh: scope.row.asjbh,
},
});
// this.$router.pushToTab({
// path: "addajjbxx",
// query: {
// asjbh: scope.row.asjbh,
// },
// });
},
toBrai(scope) {
var userInfo = JSON.parse(sessionStorage.getItem("userInfo"));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment